Home
last modified time | relevance | path

Searched refs:OnDescriptorReadRequest (Results 1 – 8 of 8) sorted by relevance

/aosp12/system/bt/service/common/android/bluetooth/
H A DIBluetoothGattServerCallback.aidl29 void OnDescriptorReadRequest(String device_address, in OnDescriptorReadRequest() method
/aosp12/system/bt/service/ipc/binder/
H A Dbluetooth_gatt_server_binder_server.cc193 void BluetoothGattServerBinderServer::OnDescriptorReadRequest( in OnDescriptorReadRequest() function in ipc::binder::BluetoothGattServerBinderServer
205 gatt_cb->OnDescriptorReadRequest( in OnDescriptorReadRequest()
H A Dbluetooth_gatt_server_binder_server.h72 void OnDescriptorReadRequest(bluetooth::GattServer* gatt_server,
/aosp12/system/bt/service/example/heart_rate/
H A Dheart_rate_server.h65 Status OnDescriptorReadRequest(const String16& device_address, int request_id,
H A Dheart_rate_server.cc335 Status HeartRateServer::OnDescriptorReadRequest(const String16& device_address, in OnDescriptorReadRequest() function in heart_rate::HeartRateServer
/aosp12/system/bt/service/
H A Dgatt_server.h62 virtual void OnDescriptorReadRequest(GattServer* gatt_server,
H A Dgatt_server.cc400 delegate_->OnDescriptorReadRequest(this, device_address, trans_id, offset, in RequestReadDescriptorCallback()
/aosp12/system/bt/service/test/
H A Dgatt_server_unittest.cc96 void OnDescriptorReadRequest(GattServer* gatt_server, in OnDescriptorReadRequest() function in bluetooth::__anon2efeb52c0110::TestDelegate