/hal_espressif-latest/components/bt/host/bluedroid/stack/gatt/ |
D | gatt_main.c | 62 static void gatt_l2cif_congest_cback (UINT16 cid, BOOLEAN congested); 524 static void gatt_channel_congestion(tGATT_TCB *p_tcb, BOOLEAN congested) in gatt_channel_congestion() argument 531 if (p_tcb != NULL && congested == FALSE) { in gatt_channel_congestion() 540 (*p_reg->app_cb.p_congestion_cb)(conn_id, congested); in gatt_channel_congestion() 556 static void gatt_le_cong_cback(BD_ADDR remote_bda, BOOLEAN congested) in gatt_le_cong_cback() argument 562 gatt_channel_congestion(p_tcb, congested); in gatt_le_cong_cback() 907 static void gatt_l2cif_congest_cback (UINT16 lcid, BOOLEAN congested) in gatt_l2cif_congest_cback() argument 912 gatt_channel_congestion(p_tcb, congested); in gatt_l2cif_congest_cback()
|
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/esp/wechat_AirSync/ |
D | wx_airsync_prf.c | 146 airsync_cb_env.clcb.congest = p_data->congest.congested; in airsync_profile_cb() 151 airsync_cb_env.clcb.congest = p_data->congest.congested; in airsync_profile_cb()
|
/hal_espressif-latest/components/bt/host/bluedroid/stack/hid/ |
D | hidd_conn.c | 48 static void hidd_l2cif_cong_ind(uint16_t cid, bool congested); 469 static void hidd_l2cif_cong_ind(uint16_t cid, bool congested) in hidd_l2cif_cong_ind() argument 472 HIDD_TRACE_EVENT("%s: cid=%04x congested=%d", __func__, cid, congested); in hidd_l2cif_cong_ind() 478 if (congested) { in hidd_l2cif_cong_ind()
|
D | hidh_conn.c | 63 static void hidh_l2cif_cong_ind (UINT16 l2cap_cid, BOOLEAN congested); 705 static void hidh_l2cif_cong_ind (UINT16 l2cap_cid, BOOLEAN congested) in hidh_l2cif_cong_ind() argument 720 …H_TRACE_EVENT ("HID-Host Rcvd L2CAP congestion status, CID: 0x%x Cong: %d", l2cap_cid, congested); in hidh_l2cif_cong_ind() 722 if (congested) { in hidh_l2cif_cong_ind()
|
/hal_espressif-latest/components/bt/host/bluedroid/bta/gatt/ |
D | bta_gatts_act.c | 50 static void bta_gatts_cong_cback (UINT16 conn_id, BOOLEAN congested); 1063 static void bta_gatts_cong_cback (UINT16 conn_id, BOOLEAN congested) in bta_gatts_cong_cback() argument 1067 cb_data.congest.congested = congested; in bta_gatts_cong_cback()
|
D | bta_gattc_act.c | 69 static void bta_gattc_cong_cback (UINT16 conn_id, BOOLEAN congested); 2241 static void bta_gattc_cong_cback (UINT16 conn_id, BOOLEAN congested) in bta_gattc_cong_cback() argument 2245 cb_data.congest.congested = congested; in bta_gattc_cong_cback()
|
/hal_espressif-latest/components/bt/host/bluedroid/api/include/api/ |
D | esp_gatts_api.h | 230 …bool congested; /*!< True indicates the connection is congested; false otherwise. … member
|
D | esp_gattc_api.h | 187 …bool congested; /*!< True indicates that the connection is congested, false otherw… member
|
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/gatt/ |
D | btc_gattc.c | 1002 param.congest.congested = (congest->congested == TRUE) ? true : false; in btc_gattc_cb_handler() 1058 esp_param.congest.congested = (param->congest.congested == TRUE) ? true : false; in btc_gattc_congest_callback()
|
D | btc_gatts.c | 966 param.congest.congested = p_data->congest.congested; in btc_gatts_cb_handler() 989 esp_param.congest.congested = param->congest.congested; in btc_congest_callback()
|
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/esp/ble_button/ |
D | button_pro.c | 170 button_cb_env.clcb.congest = p_data->congest.congested; in button_profile_cb()
|
/hal_espressif-latest/components/bt/host/bluedroid/bta/include/bta/ |
D | bta_gatt_api.h | 375 BOOLEAN congested; /* congestion indicator */ member 633 BOOLEAN congested; /* report channel congestion indicator */ member
|
/hal_espressif-latest/components/bt/host/bluedroid/stack/include/stack/ |
D | gatt_api.h | 590 typedef void (tGATT_CONGESTION_CBACK )(UINT16 conn_id, BOOLEAN congested);
|
/hal_espressif-latest/components/bt/host/bluedroid/ |
D | Kconfig.in | 1102 to run out. if enabled, adv packets will be lost when host queue is congested.
|
/hal_espressif-latest/components/bt/host/nimble/ |
D | Kconfig.in | 1058 to run out. if enabled, adv packets will be lost when host queue is congested.
|