summaryrefslogtreecommitdiffstats
path: root/device/bluetooth/bluetooth_device_android.h
Commit message (Expand)AuthorAgeFilesLines
* Determine device type via bluetooth appearance in OOBEjosephsih2016-02-241-0/+1
* Add BluetoothRemoteGattServiceWin to BluetoothDeviceWingogerald2016-02-101-1/+1
* bluetooth: android: Code cleanup fixing comments, typos, simplified names.scheib2016-01-121-1/+1
* Switch to standard integer types in device/.avi2015-12-221-7/+10
* jni: Pass method parameters as JavaParamRef in device/bluetooth.torne2015-11-271-8/+12
* Implement bluetoothPrivate.forgetstevenjb2015-11-121-1/+2
* bluetooth: android: Implement ReadRemoteCharacteristic and GetValue.scheib2015-11-031-2/+1
* bluetooth: Implement GattServicesDiscovered on androidortuno2015-11-021-0/+4
* bluetooth: android: Implement BluetoothRemoteGattServiceAndroid::GetCharacter...scheib2015-10-231-1/+1
* bluetooth: android: BluetoothRemoteGattServiceAndroid::GetUUIDscheib2015-10-161-1/+1
* bluetooth: android: Create BluetoothRemoteGattServiceAndroid objects.scheib2015-10-101-2/+15
* bluetooth: android: Implement CreateGattConnection.scheib2015-09-231-0/+10
* bluetooth: Create base class BluetoothDevice::CreateGattConnection impl.scheib2015-09-211-3/+5
* bluetooth: Add adapter to BluetoothDevicescheib2015-09-161-2/+6
* bluetooth: android: Initial BluetoothDeviceAndroid implementation.scheib2015-07-141-0/+95