Home
last modified time | relevance | path

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

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