Home
last modified time | relevance | path

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

/system/bt/service/hal/
Dbluetooth_gatt_interface.cc339 void RequestExecWriteCallback(int conn_id, int trans_id, const RawAddress& bda, in RequestExecWriteCallback() function
346 FOR_EACH_SERVER_OBSERVER(RequestExecWriteCallback(g_interface, conn_id, in RequestExecWriteCallback()
418 RequestExecWriteCallback,
704 void BluetoothGattInterface::ServerObserver::RequestExecWriteCallback( in RequestExecWriteCallback() function in bluetooth::hal::BluetoothGattInterface::ServerObserver
Dbluetooth_gatt_interface.h161 virtual void RequestExecWriteCallback(BluetoothGattInterface* gatt_iface,
Dfake_bluetooth_gatt_interface.cc270 observer.RequestExecWriteCallback(this, conn_id, trans_id, bda, exec_write); in NotifyRequestExecWriteCallback()
/system/bt/service/
Dgatt_server.h222 void RequestExecWriteCallback(hal::BluetoothGattInterface* gatt_iface,
Dgatt_server_old.cc306 void RequestExecWriteCallback(int conn_id, int trans_id, const RawAddress& bda, in RequestExecWriteCallback() function
417 RequestExecWriteCallback,
Dgatt_server.cc482 void GattServer::RequestExecWriteCallback( in RequestExecWriteCallback() function in bluetooth::GattServer