HomeSort by relevance Sort by last modified time
    Searched defs:BluetoothGattDescriptorClient (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/chromeos/dbus/
bluetooth_gatt_descriptor_client.h 19 // BluetoothGattDescriptorClient is used to communicate with remote GATT
21 class CHROMEOS_EXPORT BluetoothGattDescriptorClient : public DBusClient {
64 virtual ~BluetoothGattDescriptorClient();
95 static BluetoothGattDescriptorClient* Create();
102 BluetoothGattDescriptorClient();
105 DISALLOW_COPY_AND_ASSIGN(BluetoothGattDescriptorClient);
bluetooth_gatt_descriptor_client.cc 17 const char BluetoothGattDescriptorClient::kNoResponseError[] =
20 const char BluetoothGattDescriptorClient::kUnknownDescriptorError[] =
23 BluetoothGattDescriptorClient::Properties::Properties(
33 BluetoothGattDescriptorClient::Properties::~Properties() {
36 // The BluetoothGattDescriptorClient implementation used in production.
38 : public BluetoothGattDescriptorClient,
53 BluetoothGattDescriptorClient::Observer* observer) OVERRIDE {
60 BluetoothGattDescriptorClient::Observer* observer) OVERRIDE {
155 FOR_EACH_OBSERVER(BluetoothGattDescriptorClient::Observer, observers_,
163 FOR_EACH_OBSERVER(BluetoothGattDescriptorClient::Observer, observers_
    [all...]

Completed in 794 milliseconds