Home
last modified time | relevance | path

Searched refs:RequestReadDescriptorCallback (Results 1 – 5 of 5) sorted by relevance

/aosp12/system/bt/service/hal/
H A Dbluetooth_gatt_interface.cc295 void RequestReadDescriptorCallback(int conn_id, int trans_id, in RequestReadDescriptorCallback() function
304 FOR_EACH_SERVER_OBSERVER(RequestReadDescriptorCallback( in RequestReadDescriptorCallback()
417 RequestReadDescriptorCallback,
683 void BluetoothGattInterface::ServerObserver::RequestReadDescriptorCallback( in RequestReadDescriptorCallback() function in bluetooth::hal::BluetoothGattInterface::ServerObserver
H A Dbluetooth_gatt_interface.h145 virtual void RequestReadDescriptorCallback(
H A Dfake_bluetooth_gatt_interface.cc246 observer.RequestReadDescriptorCallback(this, conn_id, trans_id, bda, in NotifyRequestReadDescriptorCallback()
/aosp12/system/bt/service/
H A Dgatt_server.h208 void RequestReadDescriptorCallback(hal::BluetoothGattInterface* gatt_iface,
H A Dgatt_server.cc370 void GattServer::RequestReadDescriptorCallback( in RequestReadDescriptorCallback() function in bluetooth::GattServer