• Home
  • Raw
  • Download

Lines Matching refs:l2cb

188     tL2C_LCB* p_lcb = &l2cb.lcb_pool[0];  in L2CA_Deregister()
223 uint16_t psm = l2cb.le_dyn_psm; in L2CA_AllocateLePSM()
239 if (!l2cb.le_dyn_psm_assigned[psm - LE_DYNAMIC_PSM_START]) { in L2CA_AllocateLePSM()
246 l2cb.le_dyn_psm_assigned[psm - LE_DYNAMIC_PSM_START] = true; in L2CA_AllocateLePSM()
252 l2cb.le_dyn_psm = psm; in L2CA_AllocateLePSM()
274 if (!l2cb.le_dyn_psm_assigned[psm - LE_DYNAMIC_PSM_START]) { in L2CA_FreeLePSM()
277 l2cb.le_dyn_psm_assigned[psm - LE_DYNAMIC_PSM_START] = false; in L2CA_FreeLePSM()
454 tL2C_LCB* p_lcb = &l2cb.lcb_pool[0]; in L2CA_DeregisterLECoc()
974 tL2C_LCB* p_lcb = &l2cb.lcb_pool[0]; in L2CA_SetIdleTimeoutByBdAddr()
1138 l2cb.fixed_reg[fixed_cid - L2CAP_FIRST_FIXED_CHNL] = *p_freg; in L2CA_RegisterFixedChannel()
1162 (l2cb.fixed_reg[fixed_cid - L2CAP_FIRST_FIXED_CHNL].pL2CA_FixedData_Cb == NULL)) { in L2CA_ConnectFixedChnl()
1186 peer_channel_mask = l2cb.l2c_ble_fixed_chnls_mask; in L2CA_ConnectFixedChnl()
1215 (*l2cb.fixed_reg[fixed_cid - L2CAP_FIRST_FIXED_CHNL].pL2CA_FixedConn_Cb)( in L2CA_ConnectFixedChnl()
1220 (*l2cb.fixed_reg[fixed_cid - L2CAP_FIRST_FIXED_CHNL].pL2CA_FixedConn_Cb)( in L2CA_ConnectFixedChnl()
1276 (l2cb.fixed_reg[fixed_cid - L2CAP_FIRST_FIXED_CHNL].pL2CA_FixedData_Cb == NULL)) { in L2CA_SendFixedChnlData()
1300 peer_channel_mask = l2cb.l2c_ble_fixed_chnls_mask; in L2CA_SendFixedChnlData()
1371 (l2cb.fixed_reg[fixed_cid - L2CAP_FIRST_FIXED_CHNL].pL2CA_FixedData_Cb == NULL)) { in L2CA_RemoveFixedChnl()
1805 const tL2C_LCB& lcb = l2cb.lcb_pool[i]; in L2CA_Dumpsys()