summaryrefslogtreecommitdiffstats
path: root/content/renderer/bluetooth
Commit message (Expand)AuthorAgeFilesLines
* bluetooth: Fix leak in getCharacteristicsortuno2016-03-011-1/+1
* bluetooth: Implement Service.getCharacteristicsortuno2016-02-264-5/+101
* bluetooth: Add "Remote" to Web Bluetooth class namesortuno2016-02-194-51/+55
* bluetooth: Move BluetoothGATTRemote server to BluetoothDevice and implement c...ortuno2016-02-034-35/+31
* bluetooth: Update BluetoothCharacteristic.value on writeValuebeaufort.francois2016-01-212-6/+21
* bluetooth: Add disconnect functionortuno2016-01-164-0/+12
* bluetooth: Implement allowed devices maportuno2016-01-153-39/+77
* bluetooth: Remove BluetoothDevice.pairedbeaufort.francois2016-01-111-1/+1
* Switch to standard integer types in content/renderer/.avi2015-12-254-2/+11
* Remove uses of std:: in Blink Web Bluetooth API.jyasskin2015-11-134-5/+6
* bluetooth: Implement TxPower and RSSI of BluetoothAdvertisementDataortuno2015-11-051-3/+3
* bluetooth: Implement requestDevice by name or name prefixortuno2015-11-041-0/+2
* bluetooth: Deprecate BluetoothDevice.instanceID and implement BluetoothDevice.idortuno2015-10-294-29/+26
* bluetooth: Implement BluetoothCharacteristicPropertiesortuno2015-10-212-6/+8
* bluetooth: Add characteristicvaluechanged eventortuno2015-10-204-3/+91
* bluetooth: Subscribe to notifications.ortuno2015-10-144-2/+466
* bluetooth: Requesting non-existent services rejects with NotFoundErrorortuno2015-10-011-20/+3
* Enforce marking "override" for functions overriding Blink in content/renderer/.avi2015-09-251-1/+1
* bluetooth: WebBluetoothGATTCharacteristic -> WebBluetoothGATTCharacteristicInitortuno2015-09-241-3/+3
* Move WorkerTaskRunner observer interface to WorkerThread.kalman2015-09-042-7/+7
* content: Fix bad casts from thread-local pointers.pcc2015-08-171-6/+5
* Add ortuno and me to the Web Bluetooth owners files so we can make progress d...jyasskin2015-08-151-0/+2
* CallbackPromiseAdapter types should be more compatible with WebCallbacks (2/3).yhirano2015-08-101-17/+18
* Put the RenderFrame's ID into a per-frame WebBluetooth, and plumb that back t...jyasskin2015-07-214-6/+16
* Move the Web Bluetooth implementation from child/ to renderer/.jyasskin2015-07-219-0/+738