Searched refs:read_req (Results 1 – 6 of 6) sorted by relevance
/system/bt/btif/src/ |
D | btif_core.c | 97 btif_storage_read_t read_req; member 837 prop.type = p_req->read_req.type; in execute_storage_request() 905 prop.type = p_req->read_req.type; in execute_storage_remote_request() 909 status = btif_storage_get_remote_device_property(&(p_req->read_req.bd_addr), in execute_storage_remote_request() 912 status, &(p_req->read_req.bd_addr), 1, &prop); in execute_storage_remote_request() 923 btif_in_get_remote_device_properties(&p_req->read_req.bd_addr); in execute_storage_remote_request() 1018 memset(&(req.read_req.bd_addr), 0, sizeof(bt_bdaddr_t)); in btif_get_adapter_property() 1019 req.read_req.type = type; in btif_get_adapter_property() 1160 memcpy(&(req.read_req.bd_addr), remote_addr, sizeof(bt_bdaddr_t)); in btif_get_remote_device_property() 1161 req.read_req.type = type; in btif_get_remote_device_property() [all …]
|
D | btif_gatt_server.c | 285 p_data->req_data.p_data->read_req.handle, in btapp_gatts_handle_cback() 286 p_data->req_data.p_data->read_req.offset, in btapp_gatts_handle_cback() 287 p_data->req_data.p_data->read_req.is_long); in btapp_gatts_handle_cback()
|
/system/bt/stack/gatt/ |
D | gatt_db.c | 1142 sr_data.read_req.handle = handle; in gatts_send_app_read_request() 1143 sr_data.read_req.is_long = (BOOLEAN)(op_code == GATT_REQ_READ_BLOB); in gatts_send_app_read_request() 1144 sr_data.read_req.offset = offset; in gatts_send_app_read_request()
|
/system/bt/stack/srvc/ |
D | srvc_eng.c | 283 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/ |
D | gatt_api.h | 364 tGATT_READ_REQ read_req; /* read request, read by Type, read blob */ member
|
/system/bt/stack/gap/ |
D | gap_ble.c | 342 status = gap_proc_read(type, &p_data->read_req, &rsp_msg); in gap_ble_s_attr_request_cback()
|