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

/system/bt/service/common/bluetooth/binder/
H A DIBluetoothGattServerCallback.cpp88 bool is_prep = data.readInt32(); local
98 OnCharacteristicWriteRequest(device_address, request_id, offset, is_prep,
106 bool is_prep = data.readInt32(); local
116 OnDescriptorWriteRequest(device_address, request_id, offset, is_prep,
/system/bt/service/hal/
H A Dfake_bluetooth_gatt_interface.h129 bool need_rsp, bool is_prep, uint8_t* value);
H A Dfake_bluetooth_gatt_interface.cpp362 bool need_rsp, bool is_prep, uint8_t* value) {
367 is_prep, value));
358 NotifyRequestWriteCallback( int conn_id, int trans_id, const bt_bdaddr_t& bda, int attr_handle, int offset, int length, bool need_rsp, bool is_prep, uint8_t* value) argument
H A Dbluetooth_gatt_interface.cpp380 bool need_rsp, bool is_prep, uint8_t* value) {
385 << " is_prep: " << is_prep; local
391 need_rsp, is_prep, value));
826 bool /* is_prep */,
377 RequestWriteCallback(int conn_id, int trans_id, bt_bdaddr_t* bda, int attr_handle, int offset, int length, bool need_rsp, bool is_prep, uint8_t* value) argument
H A Dbluetooth_gatt_interface.h205 bool need_rsp, bool is_prep, uint8_t* value);
/system/bt/service/
H A Dgatt_server.cpp694 bool need_rsp, bool is_prep, uint8_t* value) {
714 << " is_prep: " << is_prep; local
744 this, device_address, trans_id, offset, is_prep, need_rsp,
748 this, device_address, trans_id, offset, is_prep, need_rsp,
689 RequestWriteCallback( hal::BluetoothGattInterface* , int conn_id, int trans_id, const bt_bdaddr_t& bda, int attr_handle, int offset, int length, bool need_rsp, bool is_prep, uint8_t* value) argument
H A Dgatt_server.h298 bool need_rsp, bool is_prep, uint8_t* value) override;
H A Dgatt_server_old.cpp205 bool need_rsp, bool is_prep, uint8_t *value) {
210 "need_resp:%u is_prep:%u",
212 length, need_rsp, is_prep);
230 } else if (!is_prep) {
203 RequestWriteCallback(int conn_id, int trans_id, bt_bdaddr_t *bda, int attr_handle, int attribute_offset, int length, bool need_rsp, bool is_prep, uint8_t *value) argument
/system/bt/service/test/
H A Dgatt_server_unittest.cpp57 RequestData() : id(-1), offset(-1), is_long(false), is_prep(false),
65 bool is_prep; member in struct:bluetooth::__anon811::TestDelegate::RequestData
111 char_write_req_.is_prep = is_prepare_write;
128 desc_write_req_.is_prep = is_prepare_write;
/system/bt/stack/include/
H A Dgatt_api.h358 BOOLEAN is_prep; /* is prepare write */ member in struct:__anon1141
/system/bt/btif/src/
H A Dbtif_gatt_server.c302 p_data->req_data.p_data->write_req.is_prep,
/system/bt/stack/gatt/
H A Dgatt_sr.c1060 sr_data.write_req.is_prep = TRUE;

Completed in 5371 milliseconds