HomeSort by relevance Sort by last modified time
    Searched defs:p_req (Results 1 - 5 of 5) sorted by null

  /system/bt/stack/btm/
btm_ble_bgconn.c 726 tBTM_BLE_CONN_REQ *p_req; local
731 p_req = (tBTM_BLE_CONN_REQ*)GKI_dequeue (&btm_cb.ble_ctr_cb.conn_pending_q);
733 rt = l2cble_init_direct_conn((tL2C_LCB *)(p_req->p_param));
735 GKI_freebuf((void *)p_req);
  /system/bt/stack/sdp/
sdp_server.c 54 UINT16 param_len, UINT8 *p_req,
58 UINT16 param_len, UINT8 *p_req,
62 UINT16 param_len, UINT8 *p_req,
117 UINT8 *p_req = (UINT8 *) (p_msg + 1) + p_msg->offset; local
118 UINT8 *p_req_end = p_req + p_msg->len;
127 pdu_id = *p_req++;
130 BE_STREAM_TO_UINT16 (trans_num, p_req);
131 BE_STREAM_TO_UINT16 (param_len, p_req);
133 if ((p_req + param_len) != p_req_end)
142 process_service_search (p_ccb, trans_num, param_len, p_req, p_req_end)
    [all...]
  /system/bt/btif/src/
btif_core.c 812 btif_storage_req_t *p_req = (btif_storage_req_t*)p_param; local
813 bt_property_t *p_prop = &(p_req->write_req.prop);
823 btif_storage_req_t *p_req = (btif_storage_req_t*)p_param; local
826 prop.type = p_req->read_req.type;
893 btif_storage_req_t *p_req = (btif_storage_req_t*)p_param; local
894 prop.type = p_req->read_req.type;
898 status = btif_storage_get_remote_device_property(&(p_req->read_req.bd_addr),
901 status, &(p_req->read_req.bd_addr), 1, &prop);
905 btif_storage_req_t *p_req = (btif_storage_req_t*)p_param; local
906 status = btif_storage_set_remote_device_property(&(p_req->write_req.bd_addr)
911 btif_storage_req_t *p_req = (btif_storage_req_t*)p_param; local
    [all...]
  /system/bt/bta/av/
bta_av_aact.c 369 tAVDT_GETCAP_REQ *p_req; local
400 p_req = AVDT_GetAllCapReq;
404 p_req = AVDT_GetCapReq;
406 (*p_req)(p_scb->peer_addr,
    [all...]
  /system/bt/stack/avdt/
avdt_scb_act.c 1665 tAVDT_CFG *p_req, *p_cfg; local
    [all...]

Completed in 90 milliseconds