Searched refs:gatt_interface (Results 1 – 1 of 1) sorted by relevance
51 auto gatt_interface = bluetooth::hal::BluetoothGattInterface::Get(); in SetUp() local52 gatt_interface->AddClientObserver(this); in SetUp()53 gatt_interface->AddServerObserver(this); in SetUp()55 gatt_client_interface_ = gatt_interface->GetClientHALInterface(); in SetUp()56 gatt_server_interface_ = gatt_interface->GetServerHALInterface(); in SetUp()