summaryrefslogtreecommitdiffstats
path: root/device/bluetooth/android
Commit message (Expand)AuthorAgeFilesLines
* bluetooth: android: Fix a couple of crashes when adapter is turned on/off.perja2016-02-082-18/+60
* Call BluetoothGatt#close() after disconnectingtommyt2016-02-023-2/+19
* bluetooth: android: Enable characteristic change notification events.scheib2016-01-143-1/+100
* bluetooth: android: Implement Descriptor Write as needed for notifications.scheib2016-01-131-0/+12
* bluetooth: android: Initial basic Descriptors implementation.scheib2016-01-135-15/+165
* bluetooth: android: Code cleanup fixing comments, typos, simplified names.scheib2016-01-123-15/+14
* Switch to standard integer types in device/.avi2015-12-221-0/+1
* bluetooth: android: Crash fix: Check Characteristic isn't already destroyed.scheib2015-12-062-8/+19
* Add context_utils.h includes where needed.torne2015-11-251-0/+1
* Test that device/bluetooth fails to scan on Android when denied permission.jyasskin2015-11-182-20/+38
* Ask for the location permission on Android.jyasskin2015-11-102-4/+25
* bluetooth: android: Implement StartNotifySession.scheib2015-11-062-0/+17
* bluetooth: android: Implement WriteRemoteCharacteristic.scheib2015-11-033-0/+57
* bluetooth: android: Implement ReadRemoteCharacteristic and GetValue.scheib2015-11-034-29/+137
* bluetooth: Implement GattServicesDiscovered on androidortuno2015-11-021-0/+4
* bluetooth: android: BluetoothRemoteGattCharacteristicAndroid::GetProperties()scheib2015-10-282-0/+11
* bluetooth: android: BluetoothRemoteGattCharacteristicAndroid::GetUUID.scheib2015-10-282-0/+50
* bluetooth: android: Implement Characteristic GetIdentifier, fix Service IDs too.scheib2015-10-272-14/+14
* bluetooth: android: Accumulate advertised UUIDs.scheib2015-10-241-13/+10
* bluetooth: android: Implement BluetoothRemoteGattServiceAndroid::GetCharacter...scheib2015-10-234-3/+79
* bluetooth: android: BluetoothRemoteGattServiceAndroid::GetUUIDscheib2015-10-163-4/+59
* bluetooth: android: Create BluetoothRemoteGattServiceAndroid objects.scheib2015-10-102-0/+64
* bluetooth: Detect and fix incorrect thread usage of BluetoothDispatcherHost.scheib2015-10-051-5/+11
* bluetooth: android: Disconnect GATT upon BluetoothDeviceAndroid object destru...scheib2015-09-281-4/+15
* bluetooth: android: Rename ScanCallbackImpl to ForwardScanCallbackToWrapper.scheib2015-09-231-10/+11
* bluetooth: android: Implement CreateGattConnection.scheib2015-09-232-4/+106
* bluetooth: android: Update to new logging tag style, 'cr_Bluetooth'.scheib2015-09-232-2/+2
* Move JNI annotations to annotations package.aurimas2015-07-303-6/+6
* bluetooth: android: Initial BluetoothDeviceAndroid implementation.scheib2015-07-144-2/+130
* bluetooth: android: Initial Low Energy Discovery Sessions.scheib2015-07-132-6/+293
* Revert of bluetooth: android: Initial Low Energy Discovery Sessions. (patchse...scheib2015-07-092-293/+6
* bluetooth: android: Initial Low Energy Discovery Sessions.scheib2015-07-082-6/+293
* bluetooth: android: Refactor tests, wrappers, and fakes.scheib2015-06-306-102/+108
* bluetooth: android: Create Wrapper and Fake for android.bluetooth.BluetoothAd...scheib2015-06-256-108/+224
* [Android log] Remove Log#makeTagdgn2015-06-221-1/+1
* bluetooth: Android adapter can be created with and without Bluetooth permission.scheib2015-05-121-5/+70
* bluetooth: Add scheib to OWNERS for android.scheib2015-05-111-0/+2
* Revert of bluetooth: Android adapter can be created with and without Bluetoot...jbudorick2015-05-111-70/+5
* bluetooth: Android adapter can be created with and without Bluetooth permission.scheib2015-05-111-5/+70
* bluetooth: Initial JNI setup for device/bluetooth.scheib2015-05-073-0/+93