DescriptionbluetoothLowEnergy: Send onServiceAdded after all characteristics are discovered
This CL makes the following changes:
- Add support for the new "Characteristics" and "Descriptors" properties
exposed under org.bluez.GattService1 and org.bluez.GattCharacteristic1,
respectively.
- Add device::BluetoothGattService::Observer::GattDiscoveryCompleteForService
event, which gets called after the first PropertiesChanged signal is
received for the "Characteristics" property of a service.
- Change BluetoothLowEnergyEventRouter, so that it sends the "onServiceAdded"
event not in GattServiceAdded but in GattDiscoveryCompleteForService.
BUG=394537
TEST=browser_tests:BluetoothLowEnergyApiTest,
device_unittests:BluetoothGattChromeOSTest
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=284955
Patch Set 1 #Messages
Total messages: 20 (0 generated)
|