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.c86 btif_storage_write_t write_req; member
1007 bt_property_t *p_prop = &(p_req->write_req.prop); in execute_storage_request()
1068 status = btif_storage_set_remote_device_property(&(p_req->write_req.bd_addr), in execute_storage_remote_request()
1069 &(p_req->write_req.prop)); in execute_storage_remote_request()
1115 bdcpy(new_req->write_req.bd_addr.address, old_req->write_req.bd_addr.address); in btif_in_storage_request_copy_cb()
1117 new_req->write_req.prop.type = old_req->write_req.prop.type; in btif_in_storage_request_copy_cb()
1118 new_req->write_req.prop.len = old_req->write_req.prop.len; in btif_in_storage_request_copy_cb()
1120 new_req->write_req.prop.val = (UINT8 *)(p_new_buf + sizeof(btif_storage_req_t)); in btif_in_storage_request_copy_cb()
1121 memcpy(new_req->write_req.prop.val, old_req->write_req.prop.val, in btif_in_storage_request_copy_cb()
1122 old_req->write_req.prop.len); in btif_in_storage_request_copy_cb()
[all …]
Dbtif_gatt_server.c303 p_data->req_data.p_data->write_req.handle, in btapp_gatts_handle_cback()
304 p_data->req_data.p_data->write_req.offset, in btapp_gatts_handle_cback()
305 p_data->req_data.p_data->write_req.len, in btapp_gatts_handle_cback()
306 p_data->req_data.p_data->write_req.need_rsp, in btapp_gatts_handle_cback()
307 p_data->req_data.p_data->write_req.is_prep, in btapp_gatts_handle_cback()
308 p_data->req_data.p_data->write_req.value); in btapp_gatts_handle_cback()
/external/bluetooth/bluedroid/stack/gatt/
Dgatt_sr.c1097 sr_data.write_req.is_prep = TRUE; in gatts_process_write_req()
1098 STREAM_TO_UINT16(sr_data.write_req.offset, p); in gatts_process_write_req()
1111 sr_data.write_req.need_rsp = TRUE; in gatts_process_write_req()
1112 sr_data.write_req.handle = handle; in gatts_process_write_req()
1113 sr_data.write_req.len = len; in gatts_process_write_req()
1114 memcpy (sr_data.write_req.value, p, len); in gatts_process_write_req()
1126 sr_data.write_req.offset, in gatts_process_write_req()
/external/bluetooth/bluedroid/stack/srvc/
Dsrvc_eng.c278 act = srvc_eng_process_write_req(clcb_idx, &p_data->write_req, &rsp_msg, &status); in srvc_eng_s_request_cback()
279 if (!p_data->write_req.need_rsp) in srvc_eng_s_request_cback()
/external/bluetooth/bluedroid/stack/gap/
Dgap_ble.c442 if (!p_data->write_req.need_rsp) in gap_ble_s_attr_request_cback()
445 status = gap_proc_write_req(type, &p_data->write_req); in gap_ble_s_attr_request_cback()
/external/bluetooth/bluedroid/stack/include/
Dgatt_api.h368 tGATT_WRITE_REQ write_req; /* write */ member