Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/stack/gatt/
Dgatt_main.c62 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/
Dwx_airsync_prf.c146 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/
Dhidd_conn.c48 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()
Dhidh_conn.c63 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/
Dbta_gatts_act.c50 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()
Dbta_gattc_act.c69 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/
Desp_gatts_api.h230 …bool congested; /*!< True indicates the connection is congested; false otherwise. … member
Desp_gattc_api.h187 …bool congested; /*!< True indicates that the connection is congested, false otherw… member
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/gatt/
Dbtc_gattc.c1002 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()
Dbtc_gatts.c966 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/
Dbutton_pro.c170 button_cb_env.clcb.congest = p_data->congest.congested; in button_profile_cb()
/hal_espressif-latest/components/bt/host/bluedroid/bta/include/bta/
Dbta_gatt_api.h375 BOOLEAN congested; /* congestion indicator */ member
633 BOOLEAN congested; /* report channel congestion indicator */ member
/hal_espressif-latest/components/bt/host/bluedroid/stack/include/stack/
Dgatt_api.h590 typedef void (tGATT_CONGESTION_CBACK )(UINT16 conn_id, BOOLEAN congested);
/hal_espressif-latest/components/bt/host/bluedroid/
DKconfig.in1102 to run out. if enabled, adv packets will be lost when host queue is congested.
/hal_espressif-latest/components/bt/host/nimble/
DKconfig.in1058 to run out. if enabled, adv packets will be lost when host queue is congested.