Searched refs:IndicationSentCallback (Results 1 – 6 of 6) sorted by relevance
/system/bt/service/hal/ |
D | bluetooth_gatt_interface.cc | 359 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
|
D | bluetooth_gatt_interface.h | 169 virtual void IndicationSentCallback(BluetoothGattInterface* gatt_iface,
|
D | fake_bluetooth_gatt_interface.cc | 277 observer.IndicationSentCallback(this, conn_id, status); in NotifyIndicationSentCallback()
|
/system/bt/service/ |
D | gatt_server.h | 225 void IndicationSentCallback(hal::BluetoothGattInterface* gatt_iface,
|
D | gatt_server_old.cc | 398 void IndicationSentCallback(UNUSED_ATTR int conn_id, UNUSED_ATTR int status) { in IndicationSentCallback() function 419 IndicationSentCallback,
|
D | gatt_server.cc | 515 void GattServer::IndicationSentCallback( in IndicationSentCallback() function in bluetooth::GattServer
|