Home
last modified time | relevance | path

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

/aosp12/system/bt/service/hal/
H A Dbluetooth_gatt_interface.cc360 void IndicationSentCallback(int conn_id, int status) { in IndicationSentCallback() function
366 IndicationSentCallback(g_interface, conn_id, status)); in IndicationSentCallback()
422 IndicationSentCallback,
718 void BluetoothGattInterface::ServerObserver::IndicationSentCallback( in IndicationSentCallback() function in bluetooth::hal::BluetoothGattInterface::ServerObserver
H A Dbluetooth_gatt_interface.h169 virtual void IndicationSentCallback(BluetoothGattInterface* gatt_iface,
H A Dfake_bluetooth_gatt_interface.cc281 observer.IndicationSentCallback(this, conn_id, status); in NotifyIndicationSentCallback()
/aosp12/system/bt/service/
H A Dgatt_server.h225 void IndicationSentCallback(hal::BluetoothGattInterface* gatt_iface,
H A Dgatt_server_old.cc400 void IndicationSentCallback(UNUSED_ATTR int conn_id, UNUSED_ATTR int status) { in IndicationSentCallback() function
421 IndicationSentCallback,
H A Dgatt_server.cc515 void GattServer::IndicationSentCallback( in IndicationSentCallback() function in bluetooth::GattServer