Searched defs:BluetoothGattServiceClient (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chromeos/dbus/
H A Dbluetooth_gatt_service_client.cc16 BluetoothGattServiceClient::Properties::Properties(
29 BluetoothGattServiceClient::Properties::~Properties() {
32 // The BluetoothGattServiceClient implementation used in production.
33 class BluetoothGattServiceClientImpl : public BluetoothGattServiceClient,
48 BluetoothGattServiceClient::Observer* observer) OVERRIDE {
55 BluetoothGattServiceClient::Observer* observer) OVERRIDE {
95 FOR_EACH_OBSERVER(BluetoothGattServiceClient::Observer, observers_,
103 FOR_EACH_OBSERVER(BluetoothGattServiceClient::Observer, observers_,
126 FOR_EACH_OBSERVER(BluetoothGattServiceClient::Observer, observers_,
133 ObserverList<BluetoothGattServiceClient
144 BluetoothGattServiceClient::BluetoothGattServiceClient() { function in class:chromeos::BluetoothGattServiceClient
[all...]
H A Dbluetooth_gatt_service_client.h18 // BluetoothGattServiceClient is used to communicate with remote GATT service
20 class CHROMEOS_EXPORT BluetoothGattServiceClient : public DBusClient { class in namespace:chromeos
66 virtual ~BluetoothGattServiceClient();
82 static BluetoothGattServiceClient* Create();
85 BluetoothGattServiceClient();
88 DISALLOW_COPY_AND_ASSIGN(BluetoothGattServiceClient);

Completed in 377 milliseconds