Searched refs:pL2CA_FixedCong_Cb (Results 1 – 4 of 4) sorted by relevance
71 fixed_reg.pL2CA_FixedCong_Cb = NULL; /* do not handle congestion on this channel */ in smp_l2cap_if_init()
1048 tL2CA_FIXED_CONGESTION_STATUS_CB *pL2CA_FixedCong_Cb; member
3773 if (l2cb.fixed_reg[xx].pL2CA_FixedCong_Cb != NULL) in l2cu_check_channel_congestion()3774 … (* l2cb.fixed_reg[xx].pL2CA_FixedCong_Cb)(p_ccb->p_lcb->remote_bd_addr, FALSE); in l2cu_check_channel_congestion()3816 if (l2cb.fixed_reg[xx].pL2CA_FixedCong_Cb != NULL) in l2cu_check_channel_congestion()3817 … (* l2cb.fixed_reg[xx].pL2CA_FixedCong_Cb)(p_ccb->p_lcb->remote_bd_addr, TRUE); in l2cu_check_channel_congestion()
120 fixed_reg.pL2CA_FixedCong_Cb = gatt_le_cong_cback; /* congestion callback */ in gatt_init()