Home | History | Annotate | Download | only in l2cap

Lines Matching refs:l2cb

132         p_lcb = &l2cb.lcb_pool[0];
171 UINT16 psm = l2cb.dyn_psm;
195 l2cb.dyn_psm = psm;
668 l2cb.p_echo_data_cb = p_callback;
686 l2cb.p_echo_data_cb = p_callback;
723 l2cb.idle_timeout = timeout;
779 tL2C_LCB *p_lcb = &l2cb.lcb_pool[0];
806 l2cb.l2cap_trace_level = new_level;
808 return (l2cb.l2cap_trace_level);
831 new_role, l2cb.disallow_switch);
838 l2cb.disallow_switch = FALSE;
842 l2cb.disallow_switch = TRUE;
847 l2cb.desire_role = new_role;
849 return (l2cb.desire_role);
1157 p_lcb = &l2cb.lcb_pool[0];
1291 l2cb.fixed_reg[fixed_cid - L2CAP_FIRST_FIXED_CHNL] = *p_freg;
1319 || (l2cb.fixed_reg[fixed_cid - L2CAP_FIRST_FIXED_CHNL].pL2CA_FixedData_Cb == NULL) )
1342 if (!l2cu_initialize_fixed_ccb (p_lcb, fixed_cid, &l2cb.fixed_reg[fixed_cid - L2CAP_FIRST_FIXED_CHNL].fixed_chnl_opts))
1349 (*l2cb.fixed_reg[fixed_cid - L2CAP_FIRST_FIXED_CHNL].pL2CA_FixedConn_Cb)(p_lcb->remote_bd_addr, TRUE, reason);
1351 (*l2cb.fixed_reg[fixed_cid - L2CAP_FIRST_FIXED_CHNL].pL2CA_FixedConn_Cb)(p_lcb->remote_bd_addr, TRUE, 0);
1364 if (!l2cu_initialize_fixed_ccb (p_lcb, fixed_cid, &l2cb.fixed_reg[fixed_cid - L2CAP_FIRST_FIXED_CHNL].fixed_chnl_opts))
1398 || (l2cb.fixed_reg[fixed_cid - L2CAP_FIRST_FIXED_CHNL].pL2CA_FixedData_Cb == NULL) )
1429 if (!l2cu_initialize_fixed_ccb (p_lcb, fixed_cid, &l2cb.fixed_reg[fixed_cid - L2CAP_FIRST_FIXED_CHNL].fixed_chnl_opts))
1469 || (l2cb.fixed_reg[fixed_cid - L2CAP_FIRST_FIXED_CHNL].pL2CA_FixedData_Cb == NULL) )
1750 if ( l2cb.is_flush_active == FALSE )
1752 l2cb.is_flush_active = TRUE;