summaryrefslogtreecommitdiffstats
path: root/device/bluetooth/bluetooth_gatt_characteristic_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* Implement read & write remote GATT characteristic value for Windowsgogerald2016-03-031-48/+79
* Implement BluetoothRemoteGattCharacteristicWin::GetDescriptorsgogerald2016-03-011-13/+15
* bluetooth: android: Refactor notification tests.scheib2016-01-221-38/+62
* bluetooth: android: Enable characteristic change notification events.scheib2016-01-141-22/+185
* bluetooth: android: Implement characteristic GetService.scheib2016-01-131-0/+10
* bluetooth: android: Initial basic Descriptors implementation.scheib2016-01-131-0/+53
* bluetooth: android: Code cleanup fixing comments, typos, simplified names.scheib2016-01-121-2/+2
* Switch to standard integer types in device/.avi2015-12-221-0/+4
* bluetooth: android: Crash fix: Check Characteristic isn't already destroyed.scheib2015-12-061-0/+36
* bluetooth: Fix crash when trying to read or write when operation pendingortuno2015-11-221-82/+111
* bluetooth: android: Implement StartNotifySession.scheib2015-11-061-0/+71
* bluetooth: android: Implement WriteRemoteCharacteristic.scheib2015-11-031-4/+238
* bluetooth: android: Implement ReadRemoteCharacteristic and GetValue.scheib2015-11-031-1/+180
* bluetooth: android: BluetoothRemoteGattCharacteristicAndroid::GetProperties()scheib2015-10-281-9/+37
* bluetooth: android: BluetoothRemoteGattCharacteristicAndroid::GetUUID.scheib2015-10-281-2/+40
* bluetooth: android: Implement Characteristic GetIdentifier, fix Service IDs too.scheib2015-10-271-0/+85