summaryrefslogtreecommitdiff
path: root/src/device.c
Commit message (Expand)AuthorAgeFilesLines
* core: Fix calling adapter_auto_connect_add when connectedJohan Hedberg2014-07-011-2/+3
* core: Always elevate LE security level if LTK is availableJohan Hedberg2014-07-011-0/+23
* core: Add separate functions for auto-connect kernel devicesMarcel Holtmann2014-06-301-0/+5
* core: Fix attio notification for server connectionsJohan Hedberg2014-06-301-19/+17
* core: Fix using address of array instead of sizeAndrei Emeltchenko2014-06-231-2/+1
* core: Fix cleaning pending services when ACL connection failedAndrzej Kaczmarek2014-06-041-3/+3
* core: Improve handling of unpaired eventSzymon Janc2014-05-191-0/+32
* core: Make use of device_set_[bearer]_support functionsJohan Hedberg2014-05-151-6/+4
* core: Fix matching based on public address regardless of bearerJohan Hedberg2014-05-151-2/+22
* core: Add API to set LE support for a deviceJohan Hedberg2014-05-151-0/+11
* core: Fix device_set_bredr_support to update storage if necessaryJohan Hedberg2014-05-151-2/+6
* core: Export API to request services to be connectedJohan Hedberg2014-05-151-0/+23
* core: don't try BR/EDR for LE-only devicesScott James Remnant2014-04-041-1/+1
* core: Fix sending redundant Appearance/Icon signalsJohan Hedberg2014-03-251-0/+3
* core: Add function to look up devices also by their typeJohan Hedberg2014-03-221-0/+21
* device: Fix sending unneeded property change signalsSzymon Janc2014-03-211-0/+4
* core: Ignore ATT errors when considering Pair() successJohan Hedberg2014-03-201-20/+33
* core: Fix Paired property notification for multiple bearersJohan Hedberg2014-03-201-5/+13
* attrib: Fix gatt_primary leaks when a failure occursJohan Hedberg2014-03-201-3/+17
* core: Don't try to continue ATT discovery after a failureJohan Hedberg2014-03-191-8/+8
* core: Add debug logs to track ATT discover progressJohan Hedberg2014-03-191-0/+4
* core: Fix replying to Pair() if disconnected during included discoveryJohan Hedberg2014-03-191-9/+25
* core: Fix completing ATT service discovery when no services are discoveredJohan Hedberg2014-03-191-1/+4
* core: Fix agent ref leak when freeing auth requestJohan Hedberg2014-03-191-3/+11
* core: Fix unnecessary calls to agent_cancel()Johan Hedberg2014-03-191-1/+0
* core: Update bearer timestamp also when connectingJohan Hedberg2014-03-141-0/+2
* core: Fix bearer type selectionJohan Hedberg2014-03-141-2/+2
* core: Refactor calls to attrib_channel_attachJohan Hedberg2014-03-131-13/+25
* core: Fix storing device info in peripheral modeJohan Hedberg2014-03-131-4/+3
* core: Fix adding BR/EDR devices to auto connect listLuiz Augusto von Dentz2014-03-131-1/+1
* core: Fix not sending Paired propertyLuiz Augusto von Dentz2014-03-061-1/+1
* core: Fix not passing correct argument to device_set_pairedLuiz Augusto von Dentz2014-03-061-1/+1
* core: Fix associating a GAttrib to a device on incoming connectionsAnderson Lizardo2014-03-051-0/+5
* core: Add support for merging duplicate device object dataJohan Hedberg2014-02-211-27/+38
* core: Split LE and BR/EDR states for devicesJohan Hedberg2014-02-211-99/+230
* core: Avoid device_set_bonded for clearing bondingJohan Hedberg2014-02-211-1/+1
* core: Track LE & BR/EDR last seen timesJohan Hedberg2014-02-211-0/+11
* core: Fix initiating pairing with dual mode devicesJohan Hedberg2014-02-201-4/+10
* core: Fix updating BR/EDR support from AD flagsJohan Hedberg2014-02-201-0/+5
* core: Update storage upon device address changeJohan Hedberg2014-02-201-0/+2
* core: Fix storing SupportedTechnologies for dual mode devicesJohan Hedberg2014-02-201-28/+50
* core: Fix loading SupportedTechnologies values from storageJohan Hedberg2014-02-201-8/+4
* core: Remove unneeded device_is_le() functionJohan Hedberg2014-02-201-7/+2
* core: Fix checking for BR/EDR supportJohan Hedberg2014-02-201-10/+5
* core: Track LE & BR/EDR support separately for devicesJohan Hedberg2014-02-201-0/+13
* core: device_is_bredr() doesn't need to be exportedJohan Hedberg2014-02-201-1/+1
* core: Add function for updating the address of a deviceJohan Hedberg2014-02-201-0/+14
* core: Fix device_get_name() to always null-terminate what it returnsPetri Gynther2014-02-191-1/+4
* build: Make btio/btio.h include localMarcel Holtmann2014-01-251-1/+1
* core: Remove __TEXTFILE_H header inclusion protectionMarcel Holtmann2014-01-221-0/+1