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

  /external/bluetooth/bluedroid/stack/avdt/
avdt_l2c.c 78 tAVDT_TC_TBL *p_tbl; local
90 p_tbl = avdt_ad_tc_tbl_by_st(AVDT_CHAN_SIG, p_ccb, AVDT_AD_ST_SEC_ACP);
91 if (p_tbl == NULL)
97 L2CA_ConnectRsp (bd_addr, p_tbl->id, p_tbl->lcid, L2CAP_CONN_OK, L2CAP_CONN_OK);
100 avdt_cb.ad.lcid_tbl[p_tbl->lcid - L2CAP_BASE_APPL_CID] = avdt_ad_tc_tbl_to_idx(p_tbl);
101 avdt_cb.ad.rt_tbl[avdt_ccb_to_idx(p_ccb)][p_tbl->tcid].lcid = p_tbl->lcid;
104 p_tbl->state = AVDT_AD_ST_CFG
136 tAVDT_TC_TBL *p_tbl; local
178 tAVDT_TC_TBL *p_tbl = NULL; local
282 tAVDT_TC_TBL *p_tbl; local
354 tAVDT_TC_TBL *p_tbl; local
396 tAVDT_TC_TBL *p_tbl; local
444 tAVDT_TC_TBL *p_tbl; local
473 tAVDT_TC_TBL *p_tbl; local
496 tAVDT_TC_TBL *p_tbl; local
517 tAVDT_TC_TBL *p_tbl; local
    [all...]
avdt_ad.c 110 tAVDT_TC_TBL *p_tbl = avdt_cb.ad.tc_tbl; local
114 for (i = 0; i < AVDT_NUM_TC_TBL; i++, p_tbl++)
116 p_tbl->peer_mtu = L2CAP_DEFAULT_MTU;
137 tAVDT_TC_TBL *p_tbl = avdt_cb.ad.tc_tbl; local
143 for (i = 0; i < AVDT_NUM_TC_TBL; i++, p_tbl++)
146 if ((p_tbl->tcid == 0) &&
147 (p_tbl->state == state))
157 for (i = 0; i < AVDT_NUM_TC_TBL; i++, p_tbl++)
162 if ((p_tbl->tcid == 0) &&
163 (p_tbl->ccb_idx == ccb_idx) &
234 tAVDT_TC_TBL *p_tbl = avdt_cb.ad.tc_tbl; local
267 tAVDT_TC_TBL *p_tbl = avdt_cb.ad.tc_tbl; local
537 tAVDT_TC_TBL *p_tbl; local
611 tAVDT_TC_TBL *p_tbl; local
    [all...]
avdt_api.c 1352 tAVDT_TC_TBL *p_tbl; local
    [all...]
avdt_msg.c 1201 tAVDT_TC_TBL *p_tbl; local
    [all...]
avdt_scb_act.c 2086 tAVDT_TC_TBL *p_tbl; local
    [all...]
  /external/bluetooth/bluedroid/stack/mcap/
mca_l2c.c 75 tMCA_TC_TBL *p_tbl = (tMCA_TC_TBL *)p_ref_data; local
85 MCA_TRACE_DEBUG ("lcid:x%x id:x%x", p_tbl->lcid, p_tbl->id);
94 L2CA_ErtmConnectRsp (bd_addr, p_tbl->id, p_tbl->lcid, L2CAP_CONN_OK, L2CAP_CONN_OK, &ertm_info);
97 p_tbl->state = MCA_TC_ST_CFG;
100 mca_set_cfg_by_tbl (&cfg, p_tbl);
101 L2CA_ConfigReq(p_tbl->lcid, &cfg);
105 L2CA_ConnectRsp (bd_addr, p_tbl->id, p_tbl->lcid, L2CAP_CONN_SECURITY_BLOCK, L2CAP_CONN_OK)
122 tMCA_TC_TBL *p_tbl = (tMCA_TC_TBL *)p_ref_data; local
157 tMCA_TC_TBL *p_tbl = NULL; local
234 tMCA_TC_TBL *p_tbl = NULL; local
298 tMCA_TC_TBL *p_tbl; local
368 tMCA_TC_TBL *p_tbl; local
410 tMCA_TC_TBL *p_tbl; local
463 tMCA_TC_TBL *p_tbl; local
496 tMCA_TC_TBL *p_tbl; local
521 tMCA_TC_TBL *p_tbl; local
542 tMCA_TC_TBL *p_tbl; local
    [all...]
mca_api.c 340 tMCA_TC_TBL *p_tbl; local
362 p_tbl = mca_tc_tbl_calloc(p_ccb);
363 if (p_tbl)
365 p_tbl->state = MCA_TC_ST_CONN;
739 tMCA_TC_TBL *p_tbl; local
759 p_tbl = mca_tc_tbl_dalloc(p_dcb);
760 if (p_tbl)
762 p_tbl->state = MCA_TC_ST_CONN;
    [all...]
mca_cact.c 469 tMCA_TC_TBL *p_tbl; local
515 p_tbl = mca_tc_tbl_dalloc(p_dcb);
516 if (p_tbl)
518 p_tbl->state = MCA_TC_ST_CONN;
mca_main.c 124 tMCA_TC_TBL *p_tbl = mca_cb.tc.tc_tbl; local
128 for (i = 0; i < MCA_NUM_TC_TBL; i++, p_tbl++)
130 if (p_tbl->state == MCA_TC_ST_UNUSED)
140 p_tbl->peer_mtu = L2CAP_DEFAULT_MTU;
141 p_tbl->cfg_flags= 0;
142 p_tbl->cb_idx = mca_ccb_to_hdl(p_ccb);
143 p_tbl->tcid = MCA_CTRL_TCID;
144 p_tbl->my_mtu = MCA_CTRL_MTU;
145 p_tbl->state = MCA_TC_ST_IDLE;
146 p_tbl->lcid = p_ccb->lcid
165 tMCA_TC_TBL *p_tbl = mca_cb.tc.tc_tbl; local
    [all...]

Completed in 130 milliseconds