Searched refs:read_req (Results 1 – 7 of 7) sorted by relevance
/system/bt/btif/src/ |
D | btif_core.cc | 106 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 …]
|
D | btif_gatt_server.cc | 172 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/ |
D | gatt_db.cc | 693 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()
|
D | gatt_attr.cc | 273 status = proc_read_req(type, &p_data->read_req, &rsp_msg); in gatt_request_cback()
|
/system/bt/stack/srvc/ |
D | srvc_eng.cc | 262 act = srvc_eng_process_read_req(clcb_idx, &p_data->read_req, &rsp_msg, in srvc_eng_s_request_cback()
|
/system/bt/stack/include/ |
D | gatt_api.h | 376 tGATT_READ_REQ read_req; /* read request, read by Type, read blob */ member
|
/system/bt/stack/gap/ |
D | gap_ble.cc | 204 status = proc_read(type, &p_data->read_req, &rsp_msg); in server_attr_request_cback()
|