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

  /external/chromium_org/chromeos/dbus/
bluetooth_gatt_service_client.cc 16 BluetoothGattServiceClient::Properties::Properties(
27 BluetoothGattServiceClient::Properties::~Properties() {
30 // The BluetoothGattServiceClient implementation used in production.
31 class BluetoothGattServiceClientImpl : public BluetoothGattServiceClient,
46 BluetoothGattServiceClient::Observer* observer) OVERRIDE {
53 BluetoothGattServiceClient::Observer* observer) OVERRIDE {
93 FOR_EACH_OBSERVER(BluetoothGattServiceClient::Observer, observers_,
101 FOR_EACH_OBSERVER(BluetoothGattServiceClient::Observer, observers_,
124 FOR_EACH_OBSERVER(BluetoothGattServiceClient::Observer, observers_,
131 ObserverList<BluetoothGattServiceClient::Observer> observers_
    [all...]
bluetooth_gatt_service_client.h 18 // BluetoothGattServiceClient is used to communicate with remote GATT service
20 class CHROMEOS_EXPORT BluetoothGattServiceClient : public DBusClient {
62 virtual ~BluetoothGattServiceClient();
78 static BluetoothGattServiceClient* Create();
81 BluetoothGattServiceClient();
84 DISALLOW_COPY_AND_ASSIGN(BluetoothGattServiceClient);

Completed in 117 milliseconds