Home
last modified time | relevance | path

Searched refs:write_req (Results 1 – 6 of 6) sorted by relevance

/external/bluetooth/bluedroid/btif/src/
Dbtif_core.c88 btif_storage_write_t write_req; member
1015 bt_property_t *p_prop = &(p_req->write_req.prop); in execute_storage_request()
1105 status = btif_storage_set_remote_device_property(&(p_req->write_req.bd_addr), in execute_storage_remote_request()
1106 &(p_req->write_req.prop)); in execute_storage_remote_request()
1152 bdcpy(new_req->write_req.bd_addr.address, old_req->write_req.bd_addr.address); in btif_in_storage_request_copy_cb()
1154 new_req->write_req.prop.type = old_req->write_req.prop.type; in btif_in_storage_request_copy_cb()
1155 new_req->write_req.prop.len = old_req->write_req.prop.len; in btif_in_storage_request_copy_cb()
1157 new_req->write_req.prop.val = (UINT8 *)(p_new_buf + sizeof(btif_storage_req_t)); in btif_in_storage_request_copy_cb()
1158 memcpy(new_req->write_req.prop.val, old_req->write_req.prop.val, in btif_in_storage_request_copy_cb()
1159 old_req->write_req.prop.len); in btif_in_storage_request_copy_cb()
[all …]
Dbtif_gatt_server.c304 p_data->req_data.p_data->write_req.handle, in btapp_gatts_handle_cback()
305 p_data->req_data.p_data->write_req.offset, in btapp_gatts_handle_cback()
306 p_data->req_data.p_data->write_req.len, in btapp_gatts_handle_cback()
307 p_data->req_data.p_data->write_req.need_rsp, in btapp_gatts_handle_cback()
308 p_data->req_data.p_data->write_req.is_prep, in btapp_gatts_handle_cback()
309 p_data->req_data.p_data->write_req.value); in btapp_gatts_handle_cback()
/external/bluetooth/bluedroid/stack/gatt/
Dgatt_sr.c1106 sr_data.write_req.is_prep = TRUE; in gatts_process_write_req()
1107 STREAM_TO_UINT16(sr_data.write_req.offset, p); in gatts_process_write_req()
1120 sr_data.write_req.need_rsp = TRUE; in gatts_process_write_req()
1121 sr_data.write_req.handle = handle; in gatts_process_write_req()
1122 sr_data.write_req.len = len; in gatts_process_write_req()
1123 memcpy (sr_data.write_req.value, p, len); in gatts_process_write_req()
1135 sr_data.write_req.offset, in gatts_process_write_req()
/external/bluetooth/bluedroid/stack/srvc/
Dsrvc_eng.c289 act = srvc_eng_process_write_req(clcb_idx, &p_data->write_req, &rsp_msg, &status); in srvc_eng_s_request_cback()
290 if (!p_data->write_req.need_rsp) in srvc_eng_s_request_cback()
/external/bluetooth/bluedroid/stack/gap/
Dgap_ble.c347 if (!p_data->write_req.need_rsp) in gap_ble_s_attr_request_cback()
350 status = gap_proc_write_req(type, &p_data->write_req); in gap_ble_s_attr_request_cback()
/external/bluetooth/bluedroid/stack/include/
Dgatt_api.h365 tGATT_WRITE_REQ write_req; /* write */ member