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

/external/chromium_org/chromeos/dbus/
H A Dbluetooth_gatt_manager_client.h17 // BluetoothGattManagerClient is used to communicate with the GATT Service
19 class CHROMEOS_EXPORT BluetoothGattManagerClient : public DBusClient { class in namespace:chromeos
27 virtual ~BluetoothGattManagerClient();
58 static BluetoothGattManagerClient* Create();
64 BluetoothGattManagerClient();
67 DISALLOW_COPY_AND_ASSIGN(BluetoothGattManagerClient);
H A Dbluetooth_gatt_manager_client.cc16 const char BluetoothGattManagerClient::kNoResponseError[] =
19 // The BluetoothGattManagerClient implementation used in production.
20 class BluetoothGattManagerClientImpl : public BluetoothGattManagerClient {
30 // BluetoothGattManagerClient override.
59 // BluetoothGattManagerClient override.
125 BluetoothGattManagerClient::BluetoothGattManagerClient() { function in class:chromeos::BluetoothGattManagerClient
128 BluetoothGattManagerClient::~BluetoothGattManagerClient() {
132 BluetoothGattManagerClient* BluetoothGattManagerClien
[all...]

Completed in 92 milliseconds