Home
last modified time | relevance | path

Searched refs:descriptor_id (Results 1 – 11 of 11) sorted by relevance

/system/bt/service/common/bluetooth/binder/
DIBluetoothGattServerCallback.h70 const bluetooth::GattIdentifier& descriptor_id) = 0;
82 const bluetooth::GattIdentifier& descriptor_id) = 0;
132 const bluetooth::GattIdentifier& descriptor_id) override;
142 const bluetooth::GattIdentifier& descriptor_id) override;
DIBluetoothGattServerCallback.cpp201 const bluetooth::GattIdentifier& descriptor_id) { in OnDescriptorReadRequest() argument
210 WriteGattIdentifierToParcel(descriptor_id, &data); in OnDescriptorReadRequest()
245 const bluetooth::GattIdentifier& descriptor_id) { in OnDescriptorWriteRequest() argument
256 WriteGattIdentifierToParcel(descriptor_id, &data); in OnDescriptorWriteRequest()
/system/bt/service/doc/
DIBluetoothGattClientCallback.txt58 * from the |descriptor_id| structure.
60 void onGetDescriptor(in GattIdentifier descriptor_id);
100 * code in case of an error. |descriptor_id| refers to the descriptor this
105 void onDescriptorRead(in int status, in GattIdentifier descriptor_id,
111 * code in case of an error. |descriptor_id| refers to the descriptor this
114 void onDescriptorWrite(in int status, in GattIdentifier descriptor_id);
DIBluetoothGattServerCallback.txt60 * |descriptor_id|. |offset| is the index of the descriptor value that
73 in GattIdentifier descriptor_id);
98 * |descriptor_id| with the value |value|. An implementation should handle
113 in GattIdentifier descriptor_id);
DIBluetoothGattClient.txt101 * |descriptor_id|. The result will be asynchronously reported in
112 in GattIdentifier descriptor_id);
116 * |descriptor_id| with the value |value|. The |write_type| parameter
133 in GattIdentifier descriptor_id,
/system/bt/service/example/heart_rate/
Dheart_rate_server.h66 const bluetooth::GattIdentifier& descriptor_id) override;
76 const bluetooth::GattIdentifier& descriptor_id) override;
Dheart_rate_server.cpp363 const bluetooth::GattIdentifier& descriptor_id) { in OnDescriptorReadRequest() argument
368 if (descriptor_id != hr_measurement_cccd_id_) { in OnDescriptorReadRequest()
435 const bluetooth::GattIdentifier& descriptor_id) { in OnDescriptorWriteRequest() argument
451 CHECK(descriptor_id == hr_measurement_cccd_id_); in OnDescriptorWriteRequest()
/system/bt/service/ipc/binder/
Dbluetooth_gatt_server_binder_server.cpp256 const bluetooth::GattIdentifier& descriptor_id) { in OnDescriptorReadRequest() argument
267 device_address, request_id, offset, is_long, descriptor_id); in OnDescriptorReadRequest()
326 const bluetooth::GattIdentifier& descriptor_id) { in OnDescriptorWriteRequest() argument
338 value, descriptor_id); in OnDescriptorWriteRequest()
Dbluetooth_gatt_server_binder_server.h77 const bluetooth::GattIdentifier& descriptor_id) override;
89 const bluetooth::GattIdentifier& descriptor_id) override;
/system/bt/service/
Dgatt_server.h66 const bluetooth::GattIdentifier& descriptor_id) = 0;
98 const bluetooth::GattIdentifier& descriptor_id) = 0;
/system/bt/service/test/
Dgatt_server_unittest.cpp91 const bluetooth::GattIdentifier& descriptor_id) override { in OnDescriptorReadRequest() argument
97 desc_read_req_.gatt_id = descriptor_id; in OnDescriptorReadRequest()
123 const bluetooth::GattIdentifier& descriptor_id) override { in OnDescriptorWriteRequest() argument
130 desc_write_req_.gatt_id = descriptor_id; in OnDescriptorWriteRequest()