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

  /external/chromium_org/chromeos/dbus/
bluetooth_gatt_manager_client.h 17 // BluetoothGattManagerClient is used to communicate with the GATT Service
19 class CHROMEOS_EXPORT BluetoothGattManagerClient : public DBusClient {
27 virtual ~BluetoothGattManagerClient();
58 static BluetoothGattManagerClient* Create();
64 BluetoothGattManagerClient();
67 DISALLOW_COPY_AND_ASSIGN(BluetoothGattManagerClient);
bluetooth_gatt_manager_client.cc 16 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() {
128 BluetoothGattManagerClient::~BluetoothGattManagerClient() {
132 BluetoothGattManagerClient* BluetoothGattManagerClient::Create()
    [all...]

Completed in 57 milliseconds