Home
last modified time | relevance | path

Searched refs:IndicationSentCallback (Results 1 – 6 of 6) sorted by relevance

/system/bt/service/hal/
Dbluetooth_gatt_interface.cpp415 void IndicationSentCallback(int conn_id, int status) { in IndicationSentCallback() function
420 FOR_EACH_SERVER_OBSERVER(IndicationSentCallback( in IndicationSentCallback()
483 IndicationSentCallback,
847 void BluetoothGattInterface::ServerObserver::IndicationSentCallback( in IndicationSentCallback() function in bluetooth::hal::BluetoothGattInterface::ServerObserver
Dbluetooth_gatt_interface.h217 virtual void IndicationSentCallback(
Dfake_bluetooth_gatt_interface.cpp380 IndicationSentCallback(this, conn_id, status)); in NotifyIndicationSentCallback()
/system/bt/service/
Dgatt_server.h303 void IndicationSentCallback(
Dgatt_server_old.cpp403 void IndicationSentCallback(UNUSED_ATTR int conn_id, in IndicationSentCallback() function
427 IndicationSentCallback,
Dgatt_server.cpp793 void GattServer::IndicationSentCallback( in IndicationSentCallback() function in bluetooth::GattServer