summaryrefslogtreecommitdiff
path: root/src/adapter.c
Commit message (Expand)AuthorAgeFilesLines
* adapter: Add support for experimental flagLuiz Augusto von Dentz2023-05-161-0/+6
* adapter: Use regular discovery for filters which only have discoverable setHans de Goede2023-03-311-1/+16
* core: Check if device has RSILuiz Augusto von Dentz2023-03-101-2/+2
* core: Add initial implementation of DeviceSet interfaceLuiz Augusto von Dentz2023-03-101-3/+3
* adapter: Add function for checking adapter settingsPauli Virtanen2023-02-131-0/+8
* main.conf: Add SecureConnections optionSimon Mikuda2022-11-211-1/+2
* adapter: Fix typo in function nameBastien Nocera2022-09-011-2/+2
* adapter: Implement PowerState propertyBastien Nocera2022-09-011-11/+128
* adapter: Keep track of whether the adapter is rfkill'edBastien Nocera2022-09-011-2/+23
* adapter: Add btd_adapter_find_device_by_fdLuiz Augusto von Dentz2022-08-291-0/+33
* adapter: Reset pending settings when receiving MGMT errorArchie Pusaka2022-08-241-8/+31
* adapter: Check flags are supportedLuiz Augusto von Dentz2022-08-151-1/+3
* device: Add btd_ prefix to device_is_trustedLuiz Augusto von Dentz2022-08-021-1/+1
* adapter: Add support for setting ISO Socket experimental featureLuiz Augusto von Dentz2022-07-221-0/+44
* adapter: Fix advertising monitor on Linux 5.12-5.17Andrew Drake2022-07-131-1/+3
* core: make bt_uuid_hash() portable across archsBrian Gix2022-06-301-5/+3
* device: Fix not removing connected deviceYouwan Wang2022-06-231-1/+10
* main.conf: Split Kernel Experimental UUIDs from ExperimentalLuiz Augusto von Dentz2022-06-141-10/+18
* device: Add connectable flag to bearer stateLuiz Augusto von Dentz2022-06-131-3/+3
* device: Fix enabling wake support without RPA ResolutionLuiz Augusto von Dentz2022-05-121-6/+28
* storage: Add support for STATE_DIRECTORY environment variableLuiz Augusto von Dentz2022-04-181-60/+63
* adapter: Fix check of DISCOVERABLE settingJakob hilmer2022-04-111-2/+2
* adapter: Fix adding SDP records when operating on LE only modeLuiz Augusto von Dentz2022-03-281-1/+15
* adapter: Don't use DBG in mgmt_debugLuiz Augusto von Dentz2022-03-231-5/+2
* adapter: Fix allowing multiple adapters with the same addressLuiz Augusto von Dentz2022-02-161-0/+10
* main.conf: Introduce MaxControllersLuiz Augusto von Dentz2022-02-161-0/+7
* adapter: battery provider for non-LE controllersDaniel Trnka2022-02-151-5/+5
* adapter: Fix the reusing gerror without re-initializationTedd Ho-Jeong An2022-02-111-17/+17
* adapter: Fix crash when storing link keyLuiz Augusto von Dentz2022-02-091-2/+4
* adv_monitor: Fix spamming errorsLuiz Augusto von Dentz2022-02-081-1/+1
* adapter: Remove custom MGMT send/reply timeoutLuiz Augusto von Dentz2022-01-281-148/+19
* attrib: Remove gatt-service.{c,h} and attrib-server.{c,h}Luiz Augusto von Dentz2022-01-061-5/+0
* Listen and process remote name resolving failureArchie Pusaka2021-11-291-3/+13
* adv_monitor: Receive the Device Found/Lost eventsManish Mandlik2021-11-221-20/+27
* adapter: Set Device Privacy ModeLuiz Augusto von Dentz2021-11-091-42/+34
* adapter: Remove "Master" entry from LTK storageArchie Pusaka2021-11-031-12/+0
* adapter: Use PeripheralLongTermKey to store LTKArchie Pusaka2021-11-031-9/+38
* adapter: Fix storing IRK causing invalid readLuiz Augusto von Dentz2021-10-221-2/+4
* adapter: Fix unchecked return valueTedd Ho-Jeong An2021-10-181-38/+211
* adapter: Truncate number of LTKs loaded if over MGMT MTULuiz Augusto von Dentz2021-09-221-14/+18
* src: Inclusive language changesArchie Pusaka2021-09-211-54/+57
* lib: Inclusive language changesArchie Pusaka2021-09-211-2/+2
* adv_monitor: Clear any running DeviceLost timers on power downManish Mandlik2021-09-101-0/+2
* adapter: Enable codec offload when Experimental is setLuiz Augusto von Dentz2021-09-081-0/+42
* main.conf: Allow passing a list of UUIDs to ExperimentalLuiz Augusto von Dentz2021-09-081-50/+56
* adapter: Implement ExperimentalFeatures propertyLuiz Augusto von Dentz2021-09-081-40/+109
* adapter: Fix warning when exitLuiz Augusto von Dentz2021-08-161-1/+4
* adapter: Simplify setting of experimental debug featureLuiz Augusto von Dentz2021-08-161-1/+1
* core: block not allowed UUID connect in authYun-Hao Chung2021-08-041-0/+5
* core: add adapter and device allowed_uuid functionsYun-Hao Chung2021-08-041-0/+90