summaryrefslogtreecommitdiff
path: root/plugins
Commit message (Expand)AuthorAgeFilesLines
* policy: Fix removing reconnect flag while still connectingLuiz Augusto von Dentz2016-03-111-1/+1
* service: Add 'reconnecting' stateLuiz Augusto von Dentz2016-03-111-2/+6
* service: Do not emit duplicate statesLuiz Augusto von Dentz2016-03-111-4/+8
* policy: Mark reconnect servicesLuiz Augusto von Dentz2016-03-111-7/+24
* plugins/service: Add Blocked propertyLuiz Augusto von Dentz2016-01-281-0/+34
* plugins/service: Add AutoConnect propertyLuiz Augusto von Dentz2016-01-281-0/+34
* plugins/service: Add Version propertyLuiz Augusto von Dentz2016-01-281-0/+21
* plugins/service: Add Device propertyLuiz Augusto von Dentz2016-01-281-0/+13
* plugins/service: Add implemention of .Disconnect methodLuiz Augusto von Dentz2016-01-281-1/+27
* plugins/service: Add implemention of .Connect methodLuiz Augusto von Dentz2016-01-281-2/+60
* plugins/service: Add LocalUUID propertyLuiz Augusto von Dentz2016-01-281-0/+22
* plugins/service: Add RemoteUUID propertyLuiz Augusto von Dentz2016-01-281-0/+21
* plugins/service: Add State propertyLuiz Augusto von Dentz2016-01-281-3/+49
* plugins/service: Add initial codeLuiz Augusto von Dentz2016-01-281-1/+128
* plugins: Add initial code for service pluginLuiz Augusto von Dentz2016-01-281-0/+44
* core: Make device_get_path publicLuiz Augusto von Dentz2016-01-281-3/+3
* policy: Add AutoEnable config optionSzymon Janc2015-09-281-2/+27
* policy: Fix not incrementing attemptsLuiz Augusto von Dentz2015-05-071-0/+2
* plugins/policy: Fix clang compile errorArman Uguray2015-05-051-4/+4
* policy: Add parameters to control reconnectionLuiz Augusto von Dentz2015-04-081-28/+57
* core/device: Convert temporary flag to boolLuiz Augusto von Dentz2015-03-171-1/+1
* plugins/policy: Try reconnect Control/Target servicesMarcin Kraglak2015-03-131-8/+49
* plugins: Fix local libbluetooth includes orderMarcel Holtmann2015-02-286-1/+14
* plugins: Use local libbluetooth includesMarcel Holtmann2015-02-283-6/+9
* plugins: Add explicit include for lib/bluetooth.hMarcel Holtmann2015-02-182-0/+2
* policy: Fix not removing timersLuiz Augusto von Dentz2015-02-021-0/+20
* plugins/autopair: Provide descriptive error logGowtham Anandha Babu2014-11-251-2/+2
* plugins/sixaxis: Add Sony Navigation ControllerAlex Gal2014-11-071-0/+7
* plugins/sixaxis: Add a set_leds_sysfs() functionAntonio Ospite2014-06-081-4/+85
* plugins/sixaxis: Add a get_leds_data() functionAntonio Ospite2014-06-081-9/+40
* plugins/sixaxis: Fix get_js_number() for devices connected via BTAntonio Ospite2014-06-081-8/+25
* plugins/sixaxis: Factor out a calc_leds_bitmap() functionAntonio Ospite2014-05-161-12/+25
* plugins/sixaxis: Factor out a set_leds_hidraw() functionAntonio Ospite2014-05-161-13/+18
* plugins/policy: Both !uuids and !uuids[0] mean an empty listJohan Hedberg2014-05-151-3/+7
* plugins/policy: Remove reconnect timer in reconnect_reset()Johan Hedberg2014-05-151-0/+5
* plugins/policy: Add support to retreive ReconnectUUIDs from main.confJohan Hedberg2014-05-151-5/+29
* plugins/policy: Rename UUIDs list variable to avoid name collisionsJohan Hedberg2014-05-151-4/+4
* plugins/policy: Add exponential backoff for reconnection attemptsJohan Hedberg2014-05-151-7/+23
* plugins/policy: Continue reconnections after connect attempt failureJohan Hedberg2014-05-151-0/+47
* plugins/policy: Add basic reconnection handlingJohan Hedberg2014-05-151-0/+190
* Remove unneeded headers includeClaudio Takahasi2014-04-041-1/+0
* gatt: Move Characteristic properties to attrib/gatt.hClaudio Takahasi2014-03-251-10/+10
* Replace att_put_u16() by put_le16()Claudio Takahasi2014-03-241-36/+37
* core: Update btd_adapter_find_device to also match the address typeJohan Hedberg2014-03-221-1/+2
* autopair: Remove time(NULL) fallback when seeding rand()Anderson Lizardo2014-03-051-9/+18
* core: Split LE and BR/EDR states for devicesJohan Hedberg2014-02-211-1/+1
* core: Fix device_get_name() to always null-terminate what it returnsPetri Gynther2014-02-191-1/+0
* plugins: Use full include path for header filesMarcel Holtmann2014-01-256-29/+29
* plugins/neard: Use correct service UUID free functionJohan Hedberg2014-01-211-1/+2
* neard: Refactor request_oob functionSzymon Janc2014-01-181-23/+20