Home
last modified time | relevance | path

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

/system/bt/btif/src/
Dbtif_core.cc106 btif_storage_read_t read_req; member
702 prop.type = p_req->read_req.type; in execute_storage_request()
765 prop.type = p_req->read_req.type; in execute_storage_remote_request()
770 &(p_req->read_req.bd_addr), &prop); in execute_storage_remote_request()
772 &(p_req->read_req.bd_addr), 1, &prop); in execute_storage_remote_request()
781 btif_in_get_remote_device_properties(&p_req->read_req.bd_addr); in execute_storage_remote_request()
868 req.read_req.bd_addr = RawAddress::kEmpty; in btif_get_adapter_property()
869 req.read_req.type = type; in btif_get_adapter_property()
1013 req.read_req.bd_addr = *remote_addr; in btif_get_remote_device_property()
1014 req.read_req.type = type; in btif_get_remote_device_property()
[all …]
Dbtif_gatt_server.cc172 p_data->req_data.p_data->read_req.handle, in btapp_gatts_handle_cback()
173 p_data->req_data.p_data->read_req.offset, in btapp_gatts_handle_cback()
174 p_data->req_data.p_data->read_req.is_long); in btapp_gatts_handle_cback()
182 p_data->req_data.p_data->read_req.handle, in btapp_gatts_handle_cback()
183 p_data->req_data.p_data->read_req.offset, in btapp_gatts_handle_cback()
184 p_data->req_data.p_data->read_req.is_long); in btapp_gatts_handle_cback()
/system/bt/stack/gatt/
Dgatt_db.cc693 sr_data.read_req.handle = handle; in gatts_send_app_read_request()
694 sr_data.read_req.is_long = (bool)(op_code == GATT_REQ_READ_BLOB); in gatts_send_app_read_request()
695 sr_data.read_req.offset = offset; in gatts_send_app_read_request()
/system/bt/stack/srvc/
Dsrvc_eng.cc262 act = srvc_eng_process_read_req(clcb_idx, &p_data->read_req, &rsp_msg, in srvc_eng_s_request_cback()
/system/bt/stack/include/
Dgatt_api.h376 tGATT_READ_REQ read_req; /* read request, read by Type, read blob */ member
/system/bt/stack/gap/
Dgap_ble.cc204 status = proc_read(type, &p_data->read_req, &rsp_msg); in server_attr_request_cback()