Home | History | Annotate | Download | only in avct

Lines Matching full:bcb

149  *                  For the allocated ccb already bound to the bcb, send a
151 * ccb to the bcb with the same bd_addr and send a connect
167 /* if bound to this bcb send connect confirm event */
174 /* if unbound acceptor and lcb allocated and bd_addr are the same for bcb
179 /* bind bcb to ccb and send connect ind event */
206 /* send msg event to bcb */
217 * as NULL bcb.
277 /* Whether BCB initiated channel close */
629 * Description This lookup function finds the lcb for a bcb.
642 * Description This lookup function finds the bcb for a lcb.
648 return &avct_cb.bcb[p_lcb->allocated - 1];
655 * Description See if given ccb is only one on the bcb.
678 * Description Find the BCB associated with the L2CAP LCID
685 tAVCT_BCB* p_bcb = &avct_cb.bcb[0];
695 AVCT_TRACE_WARNING("No bcb for lcid %x", lcid);