Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/stack/gatt/
Dgatt_main.c49 static void gatt_le_cong_cback(BD_ADDR remote_bda, BOOLEAN congest);
130 fixed_reg.pL2CA_FixedCong_Cb = gatt_le_cong_cback; /* congestion callback */ in gatt_init()
556 static void gatt_le_cong_cback(BD_ADDR remote_bda, BOOLEAN congested) in gatt_le_cong_cback() function