Searched refs:gatt_interface (Results 1 – 1 of 1) sorted by relevance
58 auto gatt_interface = bluetooth::hal::BluetoothGattInterface::Get(); in SetUp() local59 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()