Home
last modified time | relevance | path

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

/system/bt/service/test/
Dgatt_server_unittest.cc232 fake_hal_gatt_iface_->NotifyRegisterServerCallback(BT_STATUS_SUCCESS, in SetUp()
347 fake_hal_gatt_iface_->NotifyRegisterServerCallback(0, 0, hal_uuid); in TEST_F()
352 fake_hal_gatt_iface_->NotifyRegisterServerCallback(BT_STATUS_SUCCESS, in TEST_F()
372 fake_hal_gatt_iface_->NotifyRegisterServerCallback(BT_STATUS_FAIL, server_if1, in TEST_F()
/system/bt/service/hal/
Dfake_bluetooth_gatt_interface.h93 void NotifyRegisterServerCallback(int status, int server_if,
Dfake_bluetooth_gatt_interface.cc208 void FakeBluetoothGattInterface::NotifyRegisterServerCallback( in NotifyRegisterServerCallback() function in bluetooth::hal::FakeBluetoothGattInterface