Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/test/suite/gatt/
Dgatt_test.cc100 gatt_interface_ = nullptr; in SetUp()
114 gatt_interface_ = reinterpret_cast<const btgatt_interface_t*>( in SetUp()
116 ASSERT_NE(nullptr, gatt_interface_); in SetUp()
118 auto status = gatt_interface_->init(&callbacks); in SetUp()
124 gatt_interface_ = nullptr; in TearDown()
132 return gatt_interface_->scanner; in gatt_scanner_interface()
136 return gatt_interface_->client; in gatt_client_interface()
140 return gatt_interface_->server; in gatt_server_interface()
Dgatt_test.h96 const btgatt_interface_t* gatt_interface_;
/packages/modules/Bluetooth/system/stack/test/eatt/
Deatt_test.cc72 ON_CALL(gatt_interface_, ClientReadSupportedFeatures) in ConnectDeviceEattSupported()
79 ON_CALL(gatt_interface_, GetEattSupport) in ConnectDeviceEattSupported()
132 ON_CALL(gatt_interface_, ClientReadSupportedFeatures) in ConnectDeviceBothSides()
142 ON_CALL(gatt_interface_, GetEattSupport) in ConnectDeviceBothSides()
225 bluetooth::gatt::SetMockGattInterface(&gatt_interface_); in SetUp()
269 bluetooth::gatt::MockGattInterface gatt_interface_; member in __anon154026400111::EattTest
306 ON_CALL(gatt_interface_, ClientReadSupportedFeatures) in TEST_F()
313 ON_CALL(gatt_interface_, GetEattSupport) in TEST_F()
341 ON_CALL(gatt_interface_, ClientReadSupportedFeatures) in TEST_F()
348 ON_CALL(gatt_interface_, GetEattSupport) in TEST_F()
[all …]