Home | History | Annotate | Download | only in src

Lines Matching refs:p_req

1014             btif_storage_req_t *p_req = (btif_storage_req_t*)p_param;
1015 bt_property_t *p_prop = &(p_req->write_req.prop);
1025 btif_storage_req_t *p_req = (btif_storage_req_t*)p_param;
1028 prop.type = p_req->read_req.type;
1092 btif_storage_req_t *p_req = (btif_storage_req_t*)p_param;
1093 prop.type = p_req->read_req.type;
1097 status = btif_storage_get_remote_device_property(&(p_req->read_req.bd_addr),
1100 status, &(p_req->read_req.bd_addr), 1, &prop);
1104 btif_storage_req_t *p_req = (btif_storage_req_t*)p_param;
1105 status = btif_storage_set_remote_device_property(&(p_req->write_req.bd_addr),
1106 &(p_req->write_req.prop));
1110 btif_storage_req_t *p_req = (btif_storage_req_t*)p_param;
1111 btif_in_get_remote_device_properties(&p_req->read_req.bd_addr);