summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* core: Rename hcid.h to btd.hLuiz Augusto von Dentz2020-10-299-8/+8
* core: Rename main_opts to btd_optsLuiz Augusto von Dentz2020-10-296-228/+228
* core: Split LE and BR/EDR parametersLuiz Augusto von Dentz2020-10-294-422/+425
* shared/mgmt: Add mgmt_tlv_add_fixedLuiz Augusto von Dentz2020-10-291-0/+3
* mgmt: Add support of mgmt TLV APIHoward Chung2020-10-292-0/+103
* device: fix temporary_timer double freeArchie Pusaka2020-10-211-1/+3
* shared/timeout-ell: Fix timeout wrapper implementationInga Stotland2020-10-191-5/+45
* shared/io-ell: Add reference count to io structureInga Stotland2020-10-191-38/+155
* device: Fix codying styleLuiz Augusto von Dentz2020-09-281-2/+1
* device: Disable auto connect for temporary devicesYu Liu2020-09-281-1/+6
* shared/io-ell: Fix ELL io wrapperInga Stotland2020-09-241-4/+50
* src: Add SPDX License IdentifierTedd Ho-Jeong An2020-09-21115-1571/+115
* gatt: StartNotify is not allowed when device is disconnectingJoseph Hwang2020-09-161-0/+6
* core: Add AdvertisementMonitor to bluetooth.confHoward Chung2020-09-161-0/+1
* adapter: Add btd_ prefix to has_kernel_featureLuiz Augusto von Dentz2020-09-152-21/+21
* device: don't wait for timeout if RemoveDevice is calledArchie Pusaka2020-09-153-2/+13
* policy: Reconnect audio on controller resumeAbhishek Pandit-Subedi2020-09-142-0/+9
* policy: Enable reconnect for a2dp-sink in defaultsAbhishek Pandit-Subedi2020-09-141-1/+1
* adapter: Handle controller resume and notify driversAbhishek Pandit-Subedi2020-09-142-0/+45
* adapter: Refactor kernel feature globalsAbhishek Pandit-Subedi2020-09-142-29/+39
* adv_monitor: Handle D-Bus proxy event of an ADV monitorMiao-chen Chou2020-09-141-13/+474
* adv_monitor: Handle D-Bus client ready eventsMiao-chen Chou2020-09-141-7/+19
* adv_monitor: Implement UnregisterMonitor()Miao-chen Chou2020-09-141-1/+36
* adv_monitor: Implement RegisterMonitor()Miao-chen Chou2020-09-141-1/+164
* adv_monitor: Implement Get functions of Adv monitor manager propertiesMiao-chen Chou2020-09-141-5/+121
* adv_monitor: Introduce org.bluez.AdvertisementMonitorManager1 interfaceMiao-chen Chou2020-09-143-0/+202
* adapter: Remove indirect dependency of headersMiao-chen Chou2020-09-141-0/+3
* btp: Update connect event structureTedd Ho-Jeong An2020-09-141-0/+3
* Disable auto-connect on device removeManish Mandlik2020-09-091-0/+5
* gatt: Accept empty array in parse_includes()Jie Jiang2020-08-271-5/+7
* adapter: Mark device temporary state pairing failureYu Liu2020-08-271-0/+8
* device: Fix race condition between device connection and disconnectionSonny Sasaka2020-08-211-0/+13
* adapter: Fix crash in discovery_disconnectSonny Sasaka2020-08-211-5/+15
* input/device: Unregister all UHID event listeners at UHID_DESTROYSonny Sasaka2020-08-212-0/+10
* main: add configurable refresh_discovery parameterArchie Pusaka2020-08-184-1/+14
* device: Don't browse SDP if HIDSDPDisable is setArchie Pusaka2020-08-182-2/+10
* shared/ad: move MAX_ADV_DATA_LEN macro to the headerMiao-chen Chou2020-08-182-10/+10
* advertising: Fix dbus response for over-advertisingDaniel Winkler2020-08-171-4/+8
* device: add device_remove_bonding functionArchie Pusaka2020-07-282-10/+19
* main: add missing comma after AlwaysPairableMichael Nosthoff2020-07-271-1/+1
* adapter: Don't remove temporary devices on disconnectLuiz Augusto von Dentz2020-07-232-7/+2
* device: Fix not removing temporary timer when connectedLuiz Augusto von Dentz2020-07-171-0/+6
* shared/gatt-client: Consolidate code parsing servicesLuiz Augusto von Dentz2020-07-171-67/+50
* shared/gatt-client: Fix possible crashLuiz Augusto von Dentz2020-07-171-1/+1
* profile: Add exception to battery profile for external accessSonny Sasaka2020-07-171-0/+4
* gatt: Support DeviceInfo Service when vid/pid is specifiedAlain Michaud2020-07-171-0/+41
* shared/gatt-client: Fix handling of service changedLuiz Augusto von Dentz2020-07-171-2/+4
* shared/gatt-client: Don't remove active servicesLuiz Augusto von Dentz2020-07-171-0/+4
* shared/gatt-client: Remove notification if its attribute is removedLuiz Augusto von Dentz2020-07-161-18/+52
* shared/gatt-db: Add support for notifying attribute changesLuiz Augusto von Dentz2020-07-162-0/+111