Searched refs:gatt_interface (Results 1 - 1 of 1) sorted by relevance

/system/bt/test/suite/gatt/
H A Dgatt_test.cpp58 auto gatt_interface = bluetooth::hal::BluetoothGattInterface::Get(); local
59 gatt_interface->AddClientObserver(this);
60 gatt_interface->AddServerObserver(this);
62 gatt_client_interface_ = gatt_interface->GetClientHALInterface();
63 gatt_server_interface_ = gatt_interface->GetServerHALInterface();

Completed in 159 milliseconds