summaryrefslogtreecommitdiff
path: root/src/device.c
Commit message (Expand)AuthorAgeFilesLines
* device: Fix not setting initiator flag when auto-connectingLuiz Augusto von Dentz2023-03-291-2/+9
* device: Fix crash attempting to read Sets propertyLuiz Augusto von Dentz2023-03-141-1/+6
* core: Add initial implementation of DeviceSet interfaceLuiz Augusto von Dentz2023-03-101-5/+278
* gatt: Use DEFER_SETUP for EATT channelsLuiz Augusto von Dentz2023-03-091-3/+3
* device: Fix not always storing device infoLuiz Augusto von Dentz2023-03-071-1/+4
* device: Don't attempt to connect LE if ATT is already connectedLuiz Augusto von Dentz2023-03-021-1/+1
* device: wait GATT client ready before service accept() if no cachePauli Virtanen2023-02-231-3/+4
* hog-lib: Fix not handling BT_ATT_OP_HANDLE_NFY_MULTLuiz Augusto von Dentz2023-01-051-0/+1
* shared/bap: Add initial code for handling BAPLuiz Augusto von Dentz2022-08-291-3/+7
* device: Fix not setting initiatorLuiz Augusto von Dentz2022-08-241-1/+4
* adapter: Check flags are supportedLuiz Augusto von Dentz2022-08-151-0/+5
* sixaxis: Fix fliping device.trusted automaticallyLuiz Augusto von Dentz2022-08-021-0/+6
* device: Add btd_ prefix to device_is_trustedLuiz Augusto von Dentz2022-08-021-4/+4
* device: Fix not auto-connecting profileLuiz Augusto von Dentz2022-08-011-1/+2
* core: Fix signed vs unsigned compareBrian Gix2022-06-301-2/+2
* device: Fix not removing connected deviceYouwan Wang2022-06-231-2/+3
* device: Add connectable flag to bearer stateLuiz Augusto von Dentz2022-06-131-18/+23
* device: Fix not deleting the folder after removing the deviceTedd Ho-Jeong An2022-06-091-1/+1
* settings: Add btd_settings_gatt_db_{store,load}Luiz Augusto von Dentz2022-05-181-487/+10
* device: Fix enabling wake support without RPA ResolutionLuiz Augusto von Dentz2022-05-121-0/+14
* service: Add initiator argument to service_acceptLuiz Augusto von Dentz2022-05-121-2/+16
* device: Fix pairing has failed due to the error of Already Paired (0x13)wangyouwan2022-05-111-1/+4
* device: Fix uninitialized value usageIldar Kamaletdinov2022-05-091-1/+2
* device: Add "Bonded" flag to dbus propertyZhengping Jiang2022-05-041-5/+35
* transport: Fix not being able to initialize volume properlyLuiz Augusto von Dentz2022-04-281-0/+13
* storage: Add support for STATE_DIRECTORY environment variableLuiz Augusto von Dentz2022-04-181-28/+29
* device: Limit width of fields in sscanfIldar Kamaletdinov2022-04-041-7/+7
* device: Don't use DBG in gatt_debugLuiz Augusto von Dentz2022-03-231-1/+1
* device: Fix writing out of bounds arrayihsinme2022-03-071-1/+1
* device: Fix the reusing gerror without re-initializationTedd Ho-Jeong An2022-02-111-6/+6
* device: Fix crash when removing deviceLuiz Augusto von Dentz2022-02-101-23/+23
* device: Fix device can't be scanned for 5 mins after rebootArchie Pusaka2022-01-131-5/+17
* attrib: Remove gatt-service.{c,h} and attrib-server.{c,h}Luiz Augusto von Dentz2022-01-061-1/+0
* device: Fix bogus errors on load_att_infoLuiz Augusto von Dentz2021-12-151-3/+9
* main: add configurable RemoteNameRequestRetryDelay parameterArchie Pusaka2021-11-291-3/+1
* device: Save remote name request attempts into cache fileArchie Pusaka2021-11-291-3/+91
* Listen and process remote name resolving failureArchie Pusaka2021-11-291-0/+27
* adapter: Set Device Privacy ModeLuiz Augusto von Dentz2021-11-091-15/+43
* device: Fix not updating the auto-connect/accept listLuiz Augusto von Dentz2021-11-011-0/+11
* device: Fix not clearing error on update_bredr_servicesLuiz Augusto von Dentz2021-10-281-6/+10
* adapter: Fix storing IRK causing invalid readLuiz Augusto von Dentz2021-10-221-4/+5
* device: Fix unchecked return valueTedd Ho-Jeong An2021-10-181-22/+119
* device: Include detailed error string in Connect() returnMiao-chen Chou2021-10-041-16/+30
* device: Check both bearers's paired status upon removal of connectionArchie Pusaka2021-09-231-12/+28
* src: Inclusive language changesArchie Pusaka2021-09-211-3/+3
* device: set le_state.svc_resolved = false in gatt_cache_cleanup()David Lechner2021-08-251-0/+1
* device: clear eir_uuids list on disconnectDavid Lechner2021-08-251-0/+3
* gatt: Do not always attempt to connect EATT immediatelyLuiz Augusto von Dentz2021-08-251-0/+7
* device: Remove GATT Attribute when device is removedLuiz Augusto von Dentz2021-08-241-0/+1
* core: add adapter and device allowed_uuid functionsYun-Hao Chung2021-08-041-1/+62