Searched refs:p_req (Results 1 – 7 of 7) sorted by relevance
/system/bt/stack/sdp/ |
D | sdp_server.cc | 47 uint16_t param_len, uint8_t* p_req, 51 uint16_t param_len, uint8_t* p_req, 55 uint16_t param_len, uint8_t* p_req, 108 uint8_t* p_req = (uint8_t*)(p_msg + 1) + p_msg->offset; in sdp_server_handle_client_req() local 109 uint8_t* p_req_end = p_req + p_msg->len; in sdp_server_handle_client_req() 117 if (p_req + sizeof(pdu_id) + sizeof(trans_num) > p_req_end) { in sdp_server_handle_client_req() 125 pdu_id = *p_req++; in sdp_server_handle_client_req() 128 BE_STREAM_TO_UINT16(trans_num, p_req); in sdp_server_handle_client_req() 130 if (p_req + sizeof(param_len) > p_req_end) { in sdp_server_handle_client_req() 136 BE_STREAM_TO_UINT16(param_len, p_req); in sdp_server_handle_client_req() [all …]
|
/system/bt/btif/src/ |
D | btif_core.cc | 689 btif_storage_req_t* p_req = (btif_storage_req_t*)p_param; in execute_storage_request() local 690 bt_property_t* p_prop = &(p_req->write_req.prop); in execute_storage_request() 699 btif_storage_req_t* p_req = (btif_storage_req_t*)p_param; in execute_storage_request() local 702 prop.type = p_req->read_req.type; in execute_storage_request() 764 btif_storage_req_t* p_req = (btif_storage_req_t*)p_param; in execute_storage_remote_request() local 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() 775 btif_storage_req_t* p_req = (btif_storage_req_t*)p_param; in execute_storage_remote_request() local 777 &(p_req->write_req.bd_addr), &(p_req->write_req.prop)); in execute_storage_remote_request() [all …]
|
/system/bt/bta/include/ |
D | bta_gatts_co.h | 64 tGATTS_SRV_CHG_REQ* p_req,
|
/system/bt/btif/co/ |
D | bta_gatts_co.cc | 125 UNUSED_ATTR tGATTS_SRV_CHG_REQ* p_req, in bta_gatts_co_srv_chg() argument
|
/system/bt/bta/gatt/ |
D | bta_gatts_act.cc | 44 tGATTS_SRV_CHG_REQ* p_req, 104 tGATTS_SRV_CHG_REQ* p_req, in bta_gatts_nv_srv_chg_cback() argument 107 (tGATTS_SRV_CHG_REQ*)p_req, in bta_gatts_nv_srv_chg_cback()
|
/system/bt/stack/include/ |
D | gatt_api.h | 637 tGATTS_SRV_CHG_REQ* p_req,
|
/system/bt/stack/avdt/ |
D | avdt_scb_act.cc | 1281 AvdtpSepConfig *p_req, *p_cfg; in avdt_scb_snd_setconfig_req() local 1301 p_req = p_data->msg.config_cmd.p_cfg; in avdt_scb_snd_setconfig_req()
|