Home
last modified time | relevance | path

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

/system/bt/btif/src/
Dbtif_core.c91 btif_storage_read_t read_req; member
826 prop.type = p_req->read_req.type; in execute_storage_request()
894 prop.type = p_req->read_req.type; in execute_storage_remote_request()
898 status = btif_storage_get_remote_device_property(&(p_req->read_req.bd_addr), in execute_storage_remote_request()
901 status, &(p_req->read_req.bd_addr), 1, &prop); in execute_storage_remote_request()
912 btif_in_get_remote_device_properties(&p_req->read_req.bd_addr); in execute_storage_remote_request()
1007 memset(&(req.read_req.bd_addr), 0, sizeof(bt_bdaddr_t)); in btif_get_adapter_property()
1008 req.read_req.type = type; in btif_get_adapter_property()
1149 memcpy(&(req.read_req.bd_addr), remote_addr, sizeof(bt_bdaddr_t)); in btif_get_remote_device_property()
1150 req.read_req.type = type; in btif_get_remote_device_property()
[all …]
Dbtif_gatt_server.c292 p_data->req_data.p_data->read_req.handle, in btapp_gatts_handle_cback()
293 p_data->req_data.p_data->read_req.offset, in btapp_gatts_handle_cback()
294 p_data->req_data.p_data->read_req.is_long); in btapp_gatts_handle_cback()
/system/bt/stack/gatt/
Dgatt_db.c1157 sr_data.read_req.handle = handle; in gatts_send_app_read_request()
1158 sr_data.read_req.is_long = (BOOLEAN)(op_code == GATT_REQ_READ_BLOB); in gatts_send_app_read_request()
1159 sr_data.read_req.offset = offset; in gatts_send_app_read_request()
/system/bt/stack/srvc/
Dsrvc_eng.c285 act = srvc_eng_process_read_req(clcb_idx, &p_data->read_req, &rsp_msg, &status); in srvc_eng_s_request_cback()
/system/bt/stack/include/
Dgatt_api.h364 tGATT_READ_REQ read_req; /* read request, read by Type, read blob */ member
/system/bt/stack/gap/
Dgap_ble.c342 status = gap_proc_read(type, &p_data->read_req, &rsp_msg); in gap_ble_s_attr_request_cback()