Home
last modified time | relevance | path

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

/system/bt/service/test/
Dgatt_server_unittest.cc685 fake_hal_gatt_iface_->NotifyIndicationSentCallback(kConnId0, in TEST_F()
687 fake_hal_gatt_iface_->NotifyIndicationSentCallback(kConnId1, in TEST_F()
708 fake_hal_gatt_iface_->NotifyIndicationSentCallback(kConnId0 + 50, in TEST_F()
710 fake_hal_gatt_iface_->NotifyIndicationSentCallback(kConnId0, in TEST_F()
715 fake_hal_gatt_iface_->NotifyIndicationSentCallback(kConnId0, in TEST_F()
721 fake_hal_gatt_iface_->NotifyIndicationSentCallback(kConnId1, in TEST_F()
/system/bt/service/hal/
Dfake_bluetooth_gatt_interface.h129 void NotifyIndicationSentCallback(int conn_id, int status);
Dfake_bluetooth_gatt_interface.cc278 void FakeBluetoothGattInterface::NotifyIndicationSentCallback(int conn_id, in NotifyIndicationSentCallback() function in bluetooth::hal::FakeBluetoothGattInterface