summaryrefslogtreecommitdiff
path: root/src/adapter.c
Commit message (Expand)AuthorAgeFilesLines
* adapter: Remove timer for removing temporary devicesLuiz Augusto von Dentz2020-07-151-30/+0
* adapter: Fix not cleanup temporary devicesLuiz Augusto von Dentz2020-07-081-5/+5
* adapter: add support for the Roles propertyAlain Michaud2020-07-071-0/+91
* device: Support marking a device with wake allowedAbhishek Pandit-Subedi2020-07-071-0/+93
* main: Add configurable le autoconnect timeout valueAlain Michaud2020-06-171-0/+8
* mgmt: syncing configuration commands to the documentation.Alain Michaud2020-06-121-8/+8
* adapter: Fix not checking status of stop discovery commandLuiz Augusto von Dentz2020-06-121-0/+3
* adapter: Rename watch_client to discovery_clientLuiz Augusto von Dentz2020-06-111-24/+23
* adapter: Fix leaking filter patternLuiz Augusto von Dentz2020-06-111-0/+1
* adapter: Track discovery client which initiate an actionLuiz Augusto von Dentz2020-06-111-37/+43
* adapter: Fix passing wrong pointer to stop discoveryLuiz Augusto von Dentz2020-06-111-1/+1
* adapter: Fix possible crash when stopping discoveryLuiz Augusto von Dentz2020-06-101-2/+10
* adapter: Consolitate code for discovery replyLuiz Augusto von Dentz2020-06-101-22/+23
* adapter: Do not remove client watch directly if discovery failsLuiz Augusto von Dentz2020-06-101-1/+0
* adapter: Set default system configuration if availableAlain Michaud2020-06-041-0/+263
* adapter: Fix not removing client from discovery listLuiz Augusto von Dentz2020-05-281-112/+113
* adapter: Implement Pattern filterLuiz Augusto von Dentz2020-02-191-16/+76
* adapter: Load keys that should be blocked by the kernelAlain Michaud2020-01-161-6/+134
* agent: Detect when ongoing request is already in progressLuiz Augusto von Dentz2019-12-271-4/+1
* adapter: Walk rp->opcodes directly instead of interim variableMarcel Holtmann2019-05-071-4/+1
* adapter: Fix length calculation of filter UUIDs on big endianLuiz Augusto von Dentz2019-03-071-3/+5
* build: Move declaration of _GNU_SOURCE back into individual source filesMarcel Holtmann2018-12-061-0/+1
* adapter: Fix not keeping discovery filtersLuiz Augusto von Dentz2018-08-011-9/+16
* adapter: Discovery filter discoverableLuiz Augusto von Dentz2018-08-011-2/+54
* core: Add AlwaysPairable to main.confLuiz Augusto von Dentz2018-07-301-1/+15
* adapter: Check pending when setting DiscoverableTimeoutLuiz Augusto von Dentz2018-07-301-1/+13
* adapter: Track pending settingsLuiz Augusto von Dentz2018-07-301-2/+28
* core: Fix compiler warning from wrong array sizeMarcel Holtmann2018-05-231-2/+2
* client: Fix use of g_freeLuiz Augusto von Dentz2018-05-211-1/+1
* device: Add implementation of AdvertisingDataLuiz Augusto von Dentz2018-05-021-0/+3
* adapter: Fix accessing NULL adv_managerSzymon Janc2018-04-201-2/+1
* gatt: Add support for storing Service Changed CCC valueSzymon Janc2018-03-291-0/+3
* adapter: Don't refresh adv_manager for non-LE devicesantoine.belvire@laposte.net2018-03-291-1/+2
* Add support for requiring min key size for access GATT characteristicsSzymon Janc2018-03-261-13/+32
* Fix storage for adapters without public addressSzymon Janc2018-03-071-12/+14
* advertising: Fix creating another mgmt instanceLuiz Augusto von Dentz2018-03-061-1/+1
* device: Fix bearer selection with single mode controllerSzymon Janc2018-03-061-0/+8
* adapter: Add ConnectDevice methodSzymon Janc2018-02-211-0/+183
* adapter: Fix crash when discoveringLuiz Augusto von Dentz2018-02-201-2/+4
* adapter: Fix not clearing connectable setting on power offSzymon Janc2018-02-191-0/+29
* adapter: Fix initializing GATT server for BR/EDR only controllersLuiz Augusto von Dentz2018-02-161-6/+9
* adapter: Remove spurious propery changed signalSzymon Janc2018-02-091-4/+0
* advertising: Configure discoverable flag based on adapter settingsSzymon Janc2018-02-091-0/+9
* adapter: Use g_dbus_send_reply whenever possibleLuiz Augusto von Dentz2018-01-311-7/+4
* adapter: Add support for AddressType propertySzymon Janc2017-12-191-0/+18
* adapter: Cleanup non-connectable temporary devicesLuiz Augusto von Dentz2017-11-231-0/+11
* adapter: Fix not replying to StopDiscoveryLuiz Augusto von Dentz2017-11-211-0/+1
* adapter: Fix crash while reseting discovery filterLuiz Augusto von Dentz2017-11-171-2/+1
* doc/advertising-api: Mark LEAdvertisingManager1 stableLuiz Augusto von Dentz2017-11-021-9/+6
* adapter: Add btd_request_authorization_cable_configured()Bastien Nocera2017-10-271-6/+36