Searched refs:descriptor_id (Results 1 – 11 of 11) sorted by relevance
/system/bt/service/common/bluetooth/binder/ |
D | IBluetoothGattServerCallback.h | 70 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;
|
D | IBluetoothGattServerCallback.cpp | 201 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/ |
D | IBluetoothGattClientCallback.txt | 58 * 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);
|
D | IBluetoothGattServerCallback.txt | 60 * |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);
|
D | IBluetoothGattClient.txt | 101 * |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/ |
D | heart_rate_server.h | 66 const bluetooth::GattIdentifier& descriptor_id) override; 76 const bluetooth::GattIdentifier& descriptor_id) override;
|
D | heart_rate_server.cpp | 363 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/ |
D | bluetooth_gatt_server_binder_server.cpp | 256 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()
|
D | bluetooth_gatt_server_binder_server.h | 77 const bluetooth::GattIdentifier& descriptor_id) override; 89 const bluetooth::GattIdentifier& descriptor_id) override;
|
/system/bt/service/ |
D | gatt_server.h | 66 const bluetooth::GattIdentifier& descriptor_id) = 0; 98 const bluetooth::GattIdentifier& descriptor_id) = 0;
|
/system/bt/service/test/ |
D | gatt_server_unittest.cpp | 91 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()
|