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

/system/bt/btif/co/
H A Dbta_gatts_co.c124 ** informaiton. The request consists of the cmd and p_req and the
128 ** p_req - request paramters
137 tBTA_GATTS_SRV_CHG_REQ *p_req,
141 UNUSED(p_req);
136 bta_gatts_co_srv_chg(tBTA_GATTS_SRV_CHG_CMD cmd, tBTA_GATTS_SRV_CHG_REQ *p_req, tBTA_GATTS_SRV_CHG_RSP *p_rsp) argument
/system/bt/bta/gatt/
H A Dbta_gatts_act.c41 static BOOLEAN bta_gatts_nv_srv_chg_cback(tGATTS_SRV_CHG_CMD cmd, tGATTS_SRV_CHG_REQ *p_req,
96 tGATTS_SRV_CHG_REQ *p_req, tGATTS_SRV_CHG_RSP *p_rsp)
99 (tBTA_GATTS_SRV_CHG_REQ *) p_req,
95 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.c56 UINT16 param_len, UINT8 *p_req,
60 UINT16 param_len, UINT8 *p_req,
64 UINT16 param_len, UINT8 *p_req,
119 UINT8 *p_req = (UINT8 *) (p_msg + 1) + p_msg->offset; local
120 UINT8 *p_req_end = p_req + p_msg->len;
130 pdu_id = *p_req++;
133 BE_STREAM_TO_UINT16 (trans_num, p_req);
134 BE_STREAM_TO_UINT16 (param_len, p_req);
136 if ((p_req + param_len) != p_req_end)
145 process_service_search (p_ccb, trans_num, param_len, p_req, p_req_en
176 process_service_search(tCONN_CB *p_ccb, UINT16 trans_num, UINT16 param_len, UINT8 *p_req, UINT8 *p_req_end) argument
315 process_service_attr_req(tCONN_CB *p_ccb, UINT16 trans_num, UINT16 param_len, UINT8 *p_req, UINT8 *p_req_end) argument
544 process_service_search_attr_req(tCONN_CB *p_ccb, UINT16 trans_num, UINT16 param_len, UINT8 *p_req, UINT8 *p_req_end) argument
[all...]
/system/bt/stack/btm/
H A Dbtm_ble_bgconn.c713 tBTM_BLE_CONN_REQ *p_req; local
716 p_req = (tBTM_BLE_CONN_REQ*)fixed_queue_try_dequeue(btm_cb.ble_ctr_cb.conn_pending_q);
717 if (p_req != NULL) {
718 tL2C_LCB *p_lcb = (tL2C_LCB *)(p_req->p_param);
722 osi_free(p_req);
/system/bt/bta/av/
H A Dbta_av_aact.c377 tAVDT_GETCAP_REQ *p_req; local
401 p_req = AVDT_GetAllCapReq;
405 p_req = AVDT_GetCapReq;
407 (*p_req)(p_scb->peer_addr,
/system/bt/btif/src/
H A Dbtif_core.c823 btif_storage_req_t *p_req = (btif_storage_req_t*)p_param; local
824 bt_property_t *p_prop = &(p_req->write_req.prop);
834 btif_storage_req_t *p_req = (btif_storage_req_t*)p_param; local
837 prop.type = p_req->read_req.type;
904 btif_storage_req_t *p_req = (btif_storage_req_t*)p_param; local
905 prop.type = p_req->read_req.type;
909 status = btif_storage_get_remote_device_property(&(p_req->read_req.bd_addr),
912 status, &(p_req->read_req.bd_addr), 1, &prop);
916 btif_storage_req_t *p_req = (btif_storage_req_t*)p_param; local
917 status = btif_storage_set_remote_device_property(&(p_req
922 btif_storage_req_t *p_req = (btif_storage_req_t*)p_param; local
[all...]
/system/bt/stack/avdt/
H A Davdt_scb_act.c1666 tAVDT_CFG *p_req, *p_cfg; local
1672 p_req = p_data->msg.config_cmd.p_cfg;
1675 p_req->mux_tsid_media = p_cfg->mux_tsid_media;
1676 p_req->mux_tcid_media = p_cfg->mux_tcid_media;
1677 if(p_req->psc_mask & AVDT_PSC_REPORT)
1679 p_req->mux_tsid_report = p_cfg->mux_tsid_report;
1680 p_req->mux_tcid_report = p_cfg->mux_tcid_report;

Completed in 197 milliseconds