Searched refs:is_prep (Results 1 – 12 of 12) sorted by relevance
/system/bt/service/common/bluetooth/binder/ |
D | IBluetoothGattServerCallback.cpp | 88 bool is_prep = data.readInt32(); in onTransact() local 98 OnCharacteristicWriteRequest(device_address, request_id, offset, is_prep, in onTransact() 106 bool is_prep = data.readInt32(); in onTransact() local 116 OnDescriptorWriteRequest(device_address, request_id, offset, is_prep, in onTransact()
|
/system/bt/service/hal/ |
D | fake_bluetooth_gatt_interface.cpp | 362 bool need_rsp, bool is_prep, uint8_t* value) { in NotifyRequestWriteCallback() argument 367 is_prep, value)); in NotifyRequestWriteCallback()
|
D | fake_bluetooth_gatt_interface.h | 129 bool need_rsp, bool is_prep, uint8_t* value);
|
D | bluetooth_gatt_interface.cpp | 380 bool need_rsp, bool is_prep, uint8_t* value) { in RequestWriteCallback() argument 385 << " is_prep: " << is_prep; in RequestWriteCallback() 391 need_rsp, is_prep, value)); in RequestWriteCallback()
|
D | bluetooth_gatt_interface.h | 205 bool need_rsp, bool is_prep, uint8_t* value);
|
/system/bt/service/ |
D | gatt_server.cpp | 694 bool need_rsp, bool is_prep, uint8_t* value) { in RequestWriteCallback() argument 714 << " is_prep: " << is_prep; in RequestWriteCallback() 744 this, device_address, trans_id, offset, is_prep, need_rsp, in RequestWriteCallback() 748 this, device_address, trans_id, offset, is_prep, need_rsp, in RequestWriteCallback()
|
D | gatt_server_old.cpp | 205 bool need_rsp, bool is_prep, uint8_t *value) { in RequestWriteCallback() argument 212 length, need_rsp, is_prep); in RequestWriteCallback() 230 } else if (!is_prep) { in RequestWriteCallback()
|
D | gatt_server.h | 298 bool need_rsp, bool is_prep, uint8_t* value) override;
|
/system/bt/service/test/ |
D | gatt_server_unittest.cpp | 57 RequestData() : id(-1), offset(-1), is_long(false), is_prep(false), in RequestData() 65 bool is_prep; member 111 char_write_req_.is_prep = is_prepare_write; in OnCharacteristicWriteRequest() 128 desc_write_req_.is_prep = is_prepare_write; in OnDescriptorWriteRequest()
|
/system/bt/stack/include/ |
D | gatt_api.h | 358 BOOLEAN is_prep; /* is prepare write */ member
|
/system/bt/btif/src/ |
D | btif_gatt_server.c | 302 p_data->req_data.p_data->write_req.is_prep, in btapp_gatts_handle_cback()
|
/system/bt/stack/gatt/ |
D | gatt_sr.c | 1057 sr_data.write_req.is_prep = TRUE; in gatts_process_write_req()
|