Home
last modified time | relevance | path

Searched refs:pL2CA_FixedCong_Cb (Results 1 – 4 of 4) sorted by relevance

/hal_espressif-latest/components/bt/host/bluedroid/stack/smp/
Dsmp_l2c.c71 fixed_reg.pL2CA_FixedCong_Cb = NULL; /* do not handle congestion on this channel */ in smp_l2cap_if_init()
/hal_espressif-latest/components/bt/host/bluedroid/stack/include/stack/
Dl2c_api.h1056 tL2CA_FIXED_CONGESTION_STATUS_CB *pL2CA_FixedCong_Cb; member
/hal_espressif-latest/components/bt/host/bluedroid/stack/l2cap/
Dl2c_utils.c3680 if (l2cb.fixed_reg[xx].pL2CA_FixedCong_Cb != NULL) {
3681 … (* l2cb.fixed_reg[xx].pL2CA_FixedCong_Cb)(p_ccb->p_lcb->remote_bd_addr, FALSE);
3720 if (l2cb.fixed_reg[xx].pL2CA_FixedCong_Cb != NULL) {
3721 … (* l2cb.fixed_reg[xx].pL2CA_FixedCong_Cb)(p_ccb->p_lcb->remote_bd_addr, TRUE);
/hal_espressif-latest/components/bt/host/bluedroid/stack/gatt/
Dgatt_main.c130 fixed_reg.pL2CA_FixedCong_Cb = gatt_le_cong_cback; /* congestion callback */ in gatt_init()