summaryrefslogtreecommitdiff
path: root/src/device.h
Commit message (Expand)AuthorAgeFilesLines
* Listen and process remote name resolving failureArchie Pusaka2021-11-291-0/+2
* adapter: Set Device Privacy ModeLuiz Augusto von Dentz2021-11-091-1/+0
* core: add adapter and device allowed_uuid functionsYun-Hao Chung2021-08-041-0/+2
* src: Add SPDX License IdentifierTedd Ho-Jeong An2020-09-211-14/+1
* device: Don't browse SDP if HIDSDPDisable is setArchie Pusaka2020-08-181-0/+1
* device: add device_remove_bonding functionArchie Pusaka2020-07-281-0/+1
* device: Support marking a device with wake allowedAbhishek Pandit-Subedi2020-07-071-0/+10
* device: Add implementation of AdvertisingDataLuiz Augusto von Dentz2018-05-021-0/+2
* gatt: Add support for storing Service Changed CCC valueSzymon Janc2018-03-291-0/+6
* Add support for requiring min key size for access GATT characteristicsSzymon Janc2018-03-261-0/+1
* adapter: Cleanup non-connectable temporary devicesLuiz Augusto von Dentz2017-11-231-0/+1
* core/device: Add support for setting SDP recordSzymon Janc2017-11-091-0/+3
* adapter-api: Rename ResetData to DuplicateData filterLuiz Augusto von Dentz2017-08-301-2/+3
* core: Add ResetData filterLuiz Augusto von Dentz2017-07-281-2/+3
* core: Fix BR/EDR pairing for dual mode devicesSzymon Janc2016-10-251-5/+5
* core: Add implementation of AdvertisingFlagsPuthikorn Voravootivat2016-10-201-0/+1
* input/hog: Use .accept and .disconnect instead of attioLuiz Augusto von Dentz2016-09-271-0/+1
* core: Fix accepting connections while disconnectingLuiz Augusto von Dentz2015-06-261-0/+1
* core: Add implementation of TxPowerJakub Pawlowski2015-04-231-0/+1
* core: Add implementation of ServiceDataLuiz Augusto von Dentz2015-04-171-0/+1
* core: Add implementation of ManufacturerDataLuiz Augusto von Dentz2015-04-171-0/+1
* core/device: Introduce device_set_rssi_with_deltaJakub Pawlowski2015-03-311-0/+2
* core/device: Convert temporary flag to boolLuiz Augusto von Dentz2015-03-171-1/+1
* core: device: Add getter for GATT serverArman Uguray2015-02-181-0/+1
* core/device: Add getters for GATT db and clientArman Uguray2014-12-191-0/+2
* core: Rename device_attach_attribArman Uguray2014-12-151-1/+1
* core: Remove not used device_set_conn_param functionSzymon Janc2014-09-101-3/+0
* core: Add device API for setting connection parametersJohan Hedberg2014-07-021-0/+3
* core: Improve handling of unpaired eventSzymon Janc2014-05-191-0/+1
* core: Add API to set LE support for a deviceJohan Hedberg2014-05-151-0/+1
* core: Fix device_set_bredr_support to update storage if necessaryJohan Hedberg2014-05-151-1/+1
* core: Export API to request services to be connectedJohan Hedberg2014-05-151-0/+1
* core: Add function to look up devices also by their typeJohan Hedberg2014-03-221-0/+8
* core: Refactor calls to attrib_channel_attachJohan Hedberg2014-03-131-0/+1
* core: Add support for merging duplicate device object dataJohan Hedberg2014-02-211-0/+1
* core: Split LE and BR/EDR states for devicesJohan Hedberg2014-02-211-8/+10
* core: Track LE & BR/EDR last seen timesJohan Hedberg2014-02-211-0/+1
* core: Fix updating BR/EDR support from AD flagsJohan Hedberg2014-02-201-0/+1
* core: Remove unneeded device_is_le() functionJohan Hedberg2014-02-201-1/+0
* core: device_is_bredr() doesn't need to be exportedJohan Hedberg2014-02-201-1/+0
* core: Add function for updating the address of a deviceJohan Hedberg2014-02-201-0/+2
* core: Rename device_is_connected to btd_device_is_connectedSzymon Janc2013-12-031-1/+1
* device: Add device_discover_services functionSzymon Janc2013-11-271-0/+2
* Rename device_get_uuids to btd_device_get_uuidsSzymon Janc2013-11-271-1/+1
* Rename device_device_set_name to btd_device_device_set_nameSzymon Janc2013-11-271-1/+1
* Rename device_set_trusted to btd_device_set_trustedSzymon Janc2013-11-271-1/+1
* Rename device_set_temporary to btd_device_set_temporarySzymon Janc2013-11-271-1/+1
* core: Expose the last bonding attempt timeout on retryAlex Deymo2013-05-101-0/+2
* core: Add device_get_class to the public interfaceAlex Deymo2013-05-101-0/+1
* core: Retry bonding attempt until the iterator reaches the endAlex Deymo2013-05-101-0/+2