Home
last modified time | relevance | path

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

/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/btc/profile/std/gatt/
Dbtc_gattc.c998 tBTA_GATTC_CONGEST *congest = &arg->congest; in btc_gattc_cb_handler() local
1000 gattc_if = BTC_GATT_GET_GATT_IF(congest->conn_id); in btc_gattc_cb_handler()
1001 param.congest.conn_id = BTC_GATT_GET_CONN_ID(congest->conn_id); in btc_gattc_cb_handler()
1002 param.congest.congested = (congest->congested == TRUE) ? true : false; in btc_gattc_cb_handler()
1056 uint8_t gattc_if = BTC_GATT_GET_GATT_IF(param->congest.conn_id); in btc_gattc_congest_callback()
1057 esp_param.congest.conn_id = BTC_GATT_GET_CONN_ID(param->congest.conn_id); in btc_gattc_congest_callback()
1058 esp_param.congest.congested = (param->congest.congested == TRUE) ? true : false; in btc_gattc_congest_callback()
Dbtc_gatts.c964 gatts_if = BTC_GATT_GET_GATT_IF(p_data->congest.conn_id); in btc_gatts_cb_handler()
965 param.congest.conn_id = BTC_GATT_GET_CONN_ID(p_data->congest.conn_id); in btc_gatts_cb_handler()
966 param.congest.congested = p_data->congest.congested; in btc_gatts_cb_handler()
987 esp_gatt_if_t gatts_if = BTC_GATT_GET_GATT_IF(param->congest.conn_id); in btc_congest_callback()
988 esp_param.congest.conn_id = BTC_GATT_GET_CONN_ID(param->congest.conn_id); in btc_congest_callback()
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()
325 if (!conn_status && button_cb_env.clcb.congest) { in button_msg_notify()
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/esp/include/
Dwx_airsync_prf.h56 BOOLEAN congest; member
Dbutton_pro.h65 BOOLEAN congest; member
/hal_espressif-latest/components/bt/host/bluedroid/api/include/api/
Desp_gatts_api.h231 …} congest; /*!< Callback parameter for the event `ESP_GATTS_CONGEST_EVT` … member
Desp_gattc_api.h188 …} congest; /*!< Callback parameter for the event `ESP_GATTC_CONGEST_EVT` … member
/hal_espressif-latest/components/bt/common/btc/profile/esp/blufi/include/
Dblufi_int.h37 UINT8 congest; member
/hal_espressif-latest/components/bt/host/bluedroid/bta/include/bta/
Dbta_gatt_api.h446 tBTA_GATTC_CONGEST congest; member
672 tBTA_GATTS_CONGEST congest; /* BTA_GATTS_CONGEST_EVT callback data */ member
/hal_espressif-latest/components/bt/host/bluedroid/bta/gatt/
Dbta_gatts_act.c1066 cb_data.congest.conn_id = conn_id; in bta_gatts_cong_cback()
1067 cb_data.congest.congested = congested; in bta_gatts_cong_cback()
Dbta_gattc_act.c2244 cb_data.congest.conn_id = conn_id; in bta_gattc_cong_cback()
2245 cb_data.congest.congested = congested; in bta_gattc_cong_cback()
/hal_espressif-latest/components/bt/host/bluedroid/stack/gatt/
Dgatt_main.c49 static void gatt_le_cong_cback(BD_ADDR remote_bda, BOOLEAN congest);