Lines Matching refs:gatt_if
207 ON_CALL(gatt_interface, RegisterForNotifications(gatt_if, _, _)) in SetUp()
211 ON_CALL(gatt_interface, DeregisterForNotifications(gatt_if, _, _)) in SetUp()
240 app_register_callback.Run(gatt_if, GATT_SUCCESS); in TestAppRegister()
245 EXPECT_CALL(gatt_interface, AppDeregister(gatt_if)); in TestAppUnregister()
257 EXPECT_CALL(gatt_interface, Open(gatt_if, address, true, _)); in TestConnect()
265 EXPECT_CALL(gatt_interface, CancelOpen(gatt_if, address, _)); in TestDisconnect()
277 EXPECT_CALL(gatt_interface, Open(gatt_if, address, false, _)); in TestAddFromStorage()
279 EXPECT_CALL(gatt_interface, Open(gatt_if, address, _, _)).Times(0); in TestAddFromStorage()
302 RegisterForNotifications(gatt_if, address, handles.first)) in TestSubscribeNotifications()
332 .client_if = gatt_if, in GetConnectedEvent()
345 .client_if = gatt_if, in GetDisconnectedEvent()
398 const uint8_t gatt_if = 0xff; member in bluetooth::vc::internal::__anon0e49f4590111::VolumeControlTest