Home
last modified time | relevance | path

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

/system/bt/service/hal/
Dbluetooth_gatt_interface.cc340 void RequestExecWriteCallback(int conn_id, int trans_id, const RawAddress& bda, in RequestExecWriteCallback() function
347 FOR_EACH_SERVER_OBSERVER(RequestExecWriteCallback(g_interface, conn_id, in RequestExecWriteCallback()
420 RequestExecWriteCallback,
706 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.cc274 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.cc308 void RequestExecWriteCallback(int conn_id, int trans_id, const RawAddress& bda, in RequestExecWriteCallback() function
419 RequestExecWriteCallback,
Dgatt_server.cc482 void GattServer::RequestExecWriteCallback( in RequestExecWriteCallback() function in bluetooth::GattServer