Searched refs:OnDescriptorReadRequest (Results 1 – 8 of 8) sorted by relevance
/aosp12/system/bt/service/common/android/bluetooth/ |
H A D | IBluetoothGattServerCallback.aidl | 29 void OnDescriptorReadRequest(String device_address, in OnDescriptorReadRequest() method
|
/aosp12/system/bt/service/ipc/binder/ |
H A D | bluetooth_gatt_server_binder_server.cc | 193 void BluetoothGattServerBinderServer::OnDescriptorReadRequest( in OnDescriptorReadRequest() function in ipc::binder::BluetoothGattServerBinderServer 205 gatt_cb->OnDescriptorReadRequest( in OnDescriptorReadRequest()
|
H A D | bluetooth_gatt_server_binder_server.h | 72 void OnDescriptorReadRequest(bluetooth::GattServer* gatt_server,
|
/aosp12/system/bt/service/example/heart_rate/ |
H A D | heart_rate_server.h | 65 Status OnDescriptorReadRequest(const String16& device_address, int request_id,
|
H A D | heart_rate_server.cc | 335 Status HeartRateServer::OnDescriptorReadRequest(const String16& device_address, in OnDescriptorReadRequest() function in heart_rate::HeartRateServer
|
/aosp12/system/bt/service/ |
H A D | gatt_server.h | 62 virtual void OnDescriptorReadRequest(GattServer* gatt_server,
|
H A D | gatt_server.cc | 400 delegate_->OnDescriptorReadRequest(this, device_address, trans_id, offset, in RequestReadDescriptorCallback()
|
/aosp12/system/bt/service/test/ |
H A D | gatt_server_unittest.cc | 96 void OnDescriptorReadRequest(GattServer* gatt_server, in OnDescriptorReadRequest() function in bluetooth::__anon2efeb52c0110::TestDelegate
|