Home
last modified time | relevance | path

Searched refs:is_prep (Results 1 – 12 of 12) sorted by relevance

/system/bt/service/common/bluetooth/binder/
DIBluetoothGattServerCallback.cpp88 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/
Dfake_bluetooth_gatt_interface.cpp362 bool need_rsp, bool is_prep, uint8_t* value) { in NotifyRequestWriteCallback() argument
367 is_prep, value)); in NotifyRequestWriteCallback()
Dfake_bluetooth_gatt_interface.h129 bool need_rsp, bool is_prep, uint8_t* value);
Dbluetooth_gatt_interface.cpp380 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()
Dbluetooth_gatt_interface.h205 bool need_rsp, bool is_prep, uint8_t* value);
/system/bt/service/
Dgatt_server.cpp694 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()
Dgatt_server_old.cpp205 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()
Dgatt_server.h298 bool need_rsp, bool is_prep, uint8_t* value) override;
/system/bt/service/test/
Dgatt_server_unittest.cpp57 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/
Dgatt_api.h358 BOOLEAN is_prep; /* is prepare write */ member
/system/bt/btif/src/
Dbtif_gatt_server.c302 p_data->req_data.p_data->write_req.is_prep, in btapp_gatts_handle_cback()
/system/bt/stack/gatt/
Dgatt_sr.c1057 sr_data.write_req.is_prep = TRUE; in gatts_process_write_req()