Searched defs:p_req (Results 1 - 7 of 7) sorted by relevance

/system/bt/btif/co/
H A Dbta_gatts_co.cc112 * informaiton. The request consists of the cmd and p_req and
116 * p_req - request paramters
125 UNUSED_ATTR tBTA_GATTS_SRV_CHG_REQ* p_req,
124 bta_gatts_co_srv_chg(UNUSED_ATTR tBTA_GATTS_SRV_CHG_CMD cmd, UNUSED_ATTR tBTA_GATTS_SRV_CHG_REQ* p_req, UNUSED_ATTR tBTA_GATTS_SRV_CHG_RSP* p_rsp) argument
/system/bt/bta/gatt/
H A Dbta_gatts_act.cc42 tGATTS_SRV_CHG_REQ* p_req,
102 tGATTS_SRV_CHG_REQ* p_req,
105 (tBTA_GATTS_SRV_CHG_REQ*)p_req,
101 bta_gatts_nv_srv_chg_cback(tGATTS_SRV_CHG_CMD cmd, tGATTS_SRV_CHG_REQ* p_req, tGATTS_SRV_CHG_RSP* p_rsp) argument
/system/bt/stack/sdp/
H A Dsdp_server.cc55 uint16_t param_len, uint8_t* p_req,
59 uint16_t param_len, uint8_t* p_req,
63 uint16_t param_len, uint8_t* p_req,
116 uint8_t* p_req = (uint8_t*)(p_msg + 1) + p_msg->offset; local
117 uint8_t* p_req_end = p_req + p_msg->len;
125 if (p_req + sizeof(pdu_id) + sizeof(trans_num) > p_req_end) {
133 pdu_id = *p_req++;
136 BE_STREAM_TO_UINT16(trans_num, p_req);
138 if (p_req + sizeof(param_len) > p_req_end) {
144 BE_STREAM_TO_UINT16(param_len, p_req);
185 process_service_search(tCONN_CB* p_ccb, uint16_t trans_num, uint16_t param_len, uint8_t* p_req, uint8_t* p_req_end) argument
313 process_service_attr_req(tCONN_CB* p_ccb, uint16_t trans_num, uint16_t param_len, uint8_t* p_req, uint8_t* p_req_end) argument
538 process_service_search_attr_req(tCONN_CB* p_ccb, uint16_t trans_num, uint16_t param_len, uint8_t* p_req, uint8_t* p_req_end) argument
[all...]
/system/bt/stack/btm/
H A Dbtm_ble_bgconn.cc597 tBTM_BLE_CONN_REQ* p_req = (tBTM_BLE_CONN_REQ*)list_node(node); local
598 tL2C_LCB* p_lcb = (tL2C_LCB*)p_req->p_param;
605 p_req);
606 l2cu_release_lcb((tL2C_LCB*)p_req->p_param);
607 osi_free((void*)p_req);
623 tBTM_BLE_CONN_REQ* p_req; local
626 p_req = (tBTM_BLE_CONN_REQ*)fixed_queue_try_dequeue(
628 if (p_req != NULL) {
629 tL2C_LCB* p_lcb = (tL2C_LCB*)(p_req->p_param);
632 osi_free(p_req);
[all...]
/system/bt/stack/avdt/
H A Davdt_scb_act.cc1199 tAVDT_CFG *p_req, *p_cfg; local
1208 p_req = p_data->msg.config_cmd.p_cfg;
/system/bt/btif/src/
H A Dbtif_core.cc727 btif_storage_req_t* p_req = (btif_storage_req_t*)p_param; local
728 bt_property_t* p_prop = &(p_req->write_req.prop);
737 btif_storage_req_t* p_req = (btif_storage_req_t*)p_param; local
740 prop.type = p_req->read_req.type;
802 btif_storage_req_t* p_req = (btif_storage_req_t*)p_param; local
803 prop.type = p_req->read_req.type;
808 &(p_req->read_req.bd_addr), &prop);
810 &(p_req->read_req.bd_addr), 1, &prop);
813 btif_storage_req_t* p_req = (btif_storage_req_t*)p_param; local
815 &(p_req
818 btif_storage_req_t* p_req = (btif_storage_req_t*)p_param; local
[all...]
/system/bt/bta/av/
H A Dbta_av_aact.cc373 tAVDT_GETCAP_REQ* p_req; local
395 p_req = AVDT_GetAllCapReq;
397 p_req = AVDT_GetCapReq;
399 (*p_req)(p_scb->peer_addr, p_scb->sep_info[i].seid, p_scb->p_cap,

Completed in 121 milliseconds