summaryrefslogtreecommitdiffstats
path: root/device/bluetooth/android/java/src/org/chromium/device/bluetooth/Wrappers.java
Commit message (Expand)AuthorAgeFilesLines
* bluetooth: android: register for adapter on/off events.perja2016-02-261-0/+11
* bluetooth: android: Fix a couple of crashes when adapter is turned on/off.perja2016-02-081-15/+34
* Call BluetoothGatt#close() after disconnectingtommyt2016-02-021-0/+4
* bluetooth: android: Enable characteristic change notification events.scheib2016-01-141-0/+26
* bluetooth: android: Implement Descriptor Write as needed for notifications.scheib2016-01-131-0/+12
* bluetooth: android: Initial basic Descriptors implementation.scheib2016-01-131-3/+45
* bluetooth: android: Code cleanup fixing comments, typos, simplified names.scheib2016-01-121-1/+1
* Test that device/bluetooth fails to scan on Android when denied permission.jyasskin2015-11-181-19/+27
* Ask for the location permission on Android.jyasskin2015-11-101-3/+18
* bluetooth: android: Implement StartNotifySession.scheib2015-11-061-0/+5
* bluetooth: android: Implement WriteRemoteCharacteristic.scheib2015-11-031-0/+17
* bluetooth: android: Implement ReadRemoteCharacteristic and GetValue.scheib2015-11-031-9/+49
* bluetooth: android: BluetoothRemoteGattCharacteristicAndroid::GetProperties()scheib2015-10-281-0/+4
* bluetooth: android: Implement BluetoothRemoteGattServiceAndroid::GetCharacter...scheib2015-10-231-0/+30
* bluetooth: android: BluetoothRemoteGattServiceAndroid::GetUUIDscheib2015-10-161-0/+5
* bluetooth: android: Create BluetoothRemoteGattServiceAndroid objects.scheib2015-10-101-0/+36
* bluetooth: android: Rename ScanCallbackImpl to ForwardScanCallbackToWrapper.scheib2015-09-231-10/+11
* bluetooth: android: Implement CreateGattConnection.scheib2015-09-231-0/+56
* Move JNI annotations to annotations package.aurimas2015-07-301-2/+2
* bluetooth: android: Initial BluetoothDeviceAndroid implementation.scheib2015-07-141-0/+13
* bluetooth: android: Initial Low Energy Discovery Sessions.scheib2015-07-131-2/+148
* Revert of bluetooth: android: Initial Low Energy Discovery Sessions. (patchse...scheib2015-07-091-148/+2
* bluetooth: android: Initial Low Energy Discovery Sessions.scheib2015-07-081-2/+148
* bluetooth: android: Refactor tests, wrappers, and fakes.scheib2015-06-301-0/+85