Home
last modified time | relevance | path

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

/system/bt/service/hal/
Dbluetooth_gatt_interface.cc359 void IndicationSentCallback(int conn_id, int status) { in IndicationSentCallback() function
365 IndicationSentCallback(g_interface, conn_id, status)); in IndicationSentCallback()
420 IndicationSentCallback,
716 void BluetoothGattInterface::ServerObserver::IndicationSentCallback( in IndicationSentCallback() function in bluetooth::hal::BluetoothGattInterface::ServerObserver
Dbluetooth_gatt_interface.h169 virtual void IndicationSentCallback(BluetoothGattInterface* gatt_iface,
Dfake_bluetooth_gatt_interface.cc277 observer.IndicationSentCallback(this, conn_id, status); in NotifyIndicationSentCallback()
/system/bt/service/
Dgatt_server.h225 void IndicationSentCallback(hal::BluetoothGattInterface* gatt_iface,
Dgatt_server_old.cc398 void IndicationSentCallback(UNUSED_ATTR int conn_id, UNUSED_ATTR int status) { in IndicationSentCallback() function
419 IndicationSentCallback,
Dgatt_server.cc515 void GattServer::IndicationSentCallback( in IndicationSentCallback() function in bluetooth::GattServer