/packages/modules/Bluetooth/system/service/ipc/binder/ |
D | bluetooth_gatt_server_binder_server.cc | 241 int request_id, int offset, bool is_prepare_write, bool need_response, in OnCharacteristicWriteRequest() argument 254 offset, is_prepare_write, need_response, value, handle); in OnCharacteristicWriteRequest() 259 int request_id, int offset, bool is_prepare_write, bool need_response, in OnDescriptorWriteRequest() argument 272 offset, is_prepare_write, need_response, value, handle); in OnDescriptorWriteRequest()
|
D | bluetooth_gatt_server_binder_server.h | 83 bool is_prepare_write, bool need_response, 89 bool is_prepare_write, bool need_response,
|
/packages/modules/Bluetooth/system/service/common/android/bluetooth/ |
D | IBluetoothGattServerCallback.aidl | 33 int request_id, int offset, boolean is_prepare_write, boolean need_response, in OnCharacteristicWriteRequest() argument 37 int request_id, int offset, boolean is_prepare_write, boolean need_response, in OnDescriptorWriteRequest() argument
|
/packages/modules/Bluetooth/system/service/example/heart_rate/ |
D | heart_rate_server.cc | 379 bool is_prepare_write, bool need_response, in OnCharacteristicWriteRequest() argument 412 if (!need_response) return Status::ok(); in OnCharacteristicWriteRequest() 422 bool is_prepare_write, bool need_response, in OnDescriptorWriteRequest() argument 463 if (!need_response) return Status::ok(); in OnDescriptorWriteRequest()
|
D | heart_rate_server.h | 75 bool is_prepare_write, bool need_response, 80 bool is_prepare_write, bool need_response,
|
/packages/modules/Bluetooth/system/service/doc/ |
D | IBluetoothGattServerCallback.txt | 82 * |offset|. If |need_response| is false, then this is a "Write Without 92 in boolean need_response, in byte[] value, 102 * |offset|. If |need_response| is false, then this is a "Write Without 112 in boolean need_response, in byte[] value,
|
/packages/modules/Bluetooth/system/service/ |
D | gatt_server.h | 81 int request_id, int offset, bool is_prepare_write, bool need_response, 95 int request_id, int offset, bool is_prepare_write, bool need_response,
|
/packages/modules/Bluetooth/system/service/test/ |
D | gatt_server_unittest.cc | 114 bool is_prepare_write, bool need_response, in OnCharacteristicWriteRequest() argument 122 char_write_req_.need_rsp = need_response; in OnCharacteristicWriteRequest() 131 bool is_prepare_write, bool need_response, in OnDescriptorWriteRequest() argument 139 desc_write_req_.need_rsp = need_response; in OnDescriptorWriteRequest()
|