Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/stack/l2cap/
Dl2cap_client.c47 static void congestion_cb(uint16_t local_channel_id, bool is_congested);
65 .pL2CA_CongestionStatus_Cb = congestion_cb,
341 static void congestion_cb(uint16_t local_channel_id, bool is_congested) in congestion_cb() function