Lines Matching refs:l2cb

138         p_lcb = &l2cb.lcb_pool[0];  in L2CA_Deregister()
177 UINT16 psm = l2cb.dyn_psm; in L2CA_AllocatePSM()
201 l2cb.dyn_psm = psm; in L2CA_AllocatePSM()
429 tL2C_LCB *p_lcb = &l2cb.lcb_pool[0]; in L2CA_DeregisterLECoc()
1019 l2cb.p_echo_data_cb = p_callback; in L2CA_Echo()
1037 l2cb.p_echo_data_cb = p_callback; in L2CA_Echo()
1087 l2cb.idle_timeout = timeout; in L2CA_SetIdleTimeout()
1148 tL2C_LCB *p_lcb = &l2cb.lcb_pool[0]; in L2CA_SetIdleTimeoutByBdAddr()
1178 l2cb.l2cap_trace_level = new_level; in L2CA_SetTraceLevel()
1180 return (l2cb.l2cap_trace_level); in L2CA_SetTraceLevel()
1202 new_role, l2cb.disallow_switch); in L2CA_SetDesireRole()
1209 l2cb.disallow_switch = FALSE; in L2CA_SetDesireRole()
1213 l2cb.disallow_switch = TRUE; in L2CA_SetDesireRole()
1218 l2cb.desire_role = new_role; in L2CA_SetDesireRole()
1220 return (l2cb.desire_role); in L2CA_SetDesireRole()
1527 p_lcb = &l2cb.lcb_pool[0]; in L2CA_SetFlushTimeout()
1661 l2cb.fixed_reg[fixed_cid - L2CAP_FIRST_FIXED_CHNL] = *p_freg; in L2CA_RegisterFixedChannel()
1687 || (l2cb.fixed_reg[fixed_cid - L2CAP_FIRST_FIXED_CHNL].pL2CA_FixedData_Cb == NULL) ) in L2CA_ConnectFixedChnl()
1715 peer_channel_mask = l2cb.l2c_ble_fixed_chnls_mask; in L2CA_ConnectFixedChnl()
1731 &l2cb.fixed_reg[fixed_cid - L2CAP_FIRST_FIXED_CHNL].fixed_chnl_opts)) in L2CA_ConnectFixedChnl()
1747 (*l2cb.fixed_reg[fixed_cid - L2CAP_FIRST_FIXED_CHNL].pL2CA_FixedConn_Cb) in L2CA_ConnectFixedChnl()
1750 (*l2cb.fixed_reg[fixed_cid - L2CAP_FIRST_FIXED_CHNL].pL2CA_FixedConn_Cb) in L2CA_ConnectFixedChnl()
1765 &l2cb.fixed_reg[fixed_cid - L2CAP_FIRST_FIXED_CHNL].fixed_chnl_opts)) in L2CA_ConnectFixedChnl()
1811 || (l2cb.fixed_reg[fixed_cid - L2CAP_FIRST_FIXED_CHNL].pL2CA_FixedData_Cb == NULL) ) in L2CA_SendFixedChnlData()
1841 peer_channel_mask = l2cb.l2c_ble_fixed_chnls_mask; in L2CA_SendFixedChnlData()
1858 …if (!l2cu_initialize_fixed_ccb (p_lcb, fixed_cid, &l2cb.fixed_reg[fixed_cid - L2CAP_FIRST_FIXED_CH… in L2CA_SendFixedChnlData()
1914 || (l2cb.fixed_reg[fixed_cid - L2CAP_FIRST_FIXED_CHNL].pL2CA_FixedData_Cb == NULL) ) in L2CA_RemoveFixedChnl()
2245 if ( l2cb.is_flush_active == FALSE ) in L2CA_FlushChannel()
2247 l2cb.is_flush_active = TRUE; in L2CA_FlushChannel()