Home
last modified time | relevance | path

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

/hal_espressif-3.7.0/components/bt/host/bluedroid/stack/gatt/
Dgatt_main.c540 if (p_reg->app_cb.p_congestion_cb) { in gatt_channel_congestion()
542 (*p_reg->app_cb.p_congestion_cb)(conn_id, congested); in gatt_channel_congestion()
/hal_espressif-3.7.0/components/bt/host/bluedroid/stack/include/stack/
Dgatt_api.h607 tGATT_CONGESTION_CBACK *p_congestion_cb; member