/hal_espressif-latest/zephyr/port/coex/ |
D | coex_stubs.c | 105 int coex_wifi_request(uint32_t event, uint32_t latency, uint32_t duration) in coex_wifi_request() argument 108 (void)latency; in coex_wifi_request() 175 int coex_bt_request(uint32_t event, uint32_t latency, uint32_t duration) in coex_bt_request() argument 178 (void)latency; in coex_bt_request()
|
/hal_espressif-latest/components/bt/host/bluedroid/stack/include/stack/ |
D | hidd_api.h | 241 uint32_t peak_bandwidth, uint32_t latency, uint32_t delay_variation); 254 uint32_t peak_bandwidth, uint32_t latency, uint32_t delay_variation);
|
D | gap_api.h | 112 UINT16 latency; member
|
/hal_espressif-latest/components/bt/host/bluedroid/stack/hid/ |
D | hidd_api.c | 552 … uint32_t peak_bandwidth, uint32_t latency, uint32_t delay_variation) in HID_DevSetIncomingQos() argument 560 hd_cb.in_qos.latency = latency; in HID_DevSetIncomingQos() 574 … uint32_t peak_bandwidth, uint32_t latency, uint32_t delay_variation) in HID_DevSetOutgoingQos() argument 582 hd_cb.l2cap_intr_cfg.qos.latency = latency; in HID_DevSetOutgoingQos()
|
/hal_espressif-latest/components/esp_coex/include/private/ |
D | esp_coexist_internal.h | 121 int coex_wifi_request(uint32_t event, uint32_t latency, uint32_t duration); 164 int coex_bt_request(uint32_t event, uint32_t latency, uint32_t duration);
|
/hal_espressif-latest/components/bt/host/bluedroid/bta/dm/ |
D | bta_dm_qos.c | 42 .latency = 625 * p_data->qos_set.t_poll, /* microseconds */ in bta_dm_set_qos()
|
/hal_espressif-latest/components/bt/host/bluedroid/api/ |
D | esp_gattc_api.c | 110 (conn_params->latency <= ESP_BLE_CONN_LATENCY_MAX) && in esp_ble_gattc_enh_open() 111 …((conn_params->supervision_timeout * 10) >= ((1 + conn_params->latency) * ((conn_params->interval_… in esp_ble_gattc_enh_open() 118 conn_params->latency, in esp_ble_gattc_enh_open() 133 (conn_params->latency <= ESP_BLE_CONN_LATENCY_MAX) && in esp_ble_gattc_enh_open() 134 …((conn_params->supervision_timeout * 10) >= ((1 + conn_params->latency) * ((conn_params->interval_… in esp_ble_gattc_enh_open() 141 conn_params->latency, in esp_ble_gattc_enh_open() 156 (conn_params->latency <= ESP_BLE_CONN_LATENCY_MAX) && in esp_ble_gattc_enh_open() 157 …((conn_params->supervision_timeout * 10) >= ((1 + conn_params->latency) * ((conn_params->interval_… in esp_ble_gattc_enh_open() 164 conn_params->latency, in esp_ble_gattc_enh_open()
|
D | esp_gap_ble_api.c | 159 (params->latency <= ESP_BLE_CONN_LATENCY_MAX) && in esp_ble_gap_update_conn_params() 160 …((params->timeout * 10) >= ((1 + params->latency) * ((params->max_int * 5) >> 1))) && params->min_… in esp_ble_gap_update_conn_params() 170 … __func__, params->min_int, params->max_int, params->latency, params->timeout); in esp_ble_gap_update_conn_params() 885 …if(BTM_GetCurrentConnParams(bd_addr, &conn_params->interval, &conn_params->latency, &conn_params->… in esp_ble_get_current_conn_params() 1552 (phy_1m_conn_params->latency <= ESP_BLE_CONN_LATENCY_MAX) && in esp_ble_gap_prefer_ext_connect_params_set() 1553 …((phy_1m_conn_params->supervision_timeout * 10) >= ((1 + phy_1m_conn_params->latency) * ((phy_1m_c… in esp_ble_gap_prefer_ext_connect_params_set() 1561 phy_1m_conn_params->latency, in esp_ble_gap_prefer_ext_connect_params_set() 1576 (phy_2m_conn_params->latency <= ESP_BLE_CONN_LATENCY_MAX) && in esp_ble_gap_prefer_ext_connect_params_set() 1577 …((phy_2m_conn_params->supervision_timeout * 10) >= ((1 + phy_2m_conn_params->latency) * ((phy_2m_c… in esp_ble_gap_prefer_ext_connect_params_set() 1585 phy_2m_conn_params->latency, in esp_ble_gap_prefer_ext_connect_params_set() [all …]
|
/hal_espressif-latest/components/bt/host/bluedroid/stack/l2cap/ |
D | l2c_ble.c | 139 UINT16 latency, UINT16 timeout) in L2CA_UpdateBleConnParams() argument 165 …if ((max_int == p_lcb->current_used_conn_interval) && (latency == p_lcb->current_used_conn_latency… in L2CA_UpdateBleConnParams() 191 p_lcb->waiting_update_conn_latency = latency; in L2CA_UpdateBleConnParams() 719 UINT16 min_interval, max_interval, latency, timeout; in l2cble_process_sig_cmd() local 747 STREAM_TO_UINT16 (latency, p); /* 0x0000 - 0x03E8 */ in l2cble_process_sig_cmd() 753 latency > BTM_BLE_CONN_LATENCY_MAX || in l2cble_process_sig_cmd() 761 ((timeout * 10) < ((1 + latency) *((max_interval * 5) >> 1))) || in l2cble_process_sig_cmd() 772 p_lcb->waiting_update_conn_latency = latency; in l2cble_process_sig_cmd() 1238 UINT16 latency, UINT16 timeout) in l2cble_process_rc_param_request_evt() argument 1247 …btsnd_hcic_ble_rc_param_req_reply(handle, int_min, int_max, latency, timeout, BLE_CE_LEN_MIN, BLE_… in l2cble_process_rc_param_request_evt() [all …]
|
/hal_espressif-latest/components/esp_timer/ |
D | Kconfig | 42 A higher level (3) helps to decrease the ISR esp_timer latency. 93 to reduce latency but there is a disadvantage it leads to the timer ISR 115 or need a lower-latency.
|
/hal_espressif-latest/components/bt/host/bluedroid/stack/gap/ |
D | gap_ble.c | 249 UINT16_TO_STREAM(p, p_db_attr->attr_value.conn_param.latency); /* latency */ in gap_read_attr_value() 448 p_db_attr->attr_value.conn_param.latency = GAP_PREFER_CONN_LATENCY; /* 0 */ in gap_attr_db_init() 642 UINT16 min, max, latency, tout; in gap_ble_c_cmpl_cback() local 672 STREAM_TO_UINT16 (latency, pp); in gap_ble_c_cmpl_cback() 675 BTM_BleSetPrefConnParams (p_clcb->bda, min, max, latency, tout); in gap_ble_c_cmpl_cback()
|
/hal_espressif-latest/components/bt/host/bluedroid/api/include/api/ |
D | esp_bt_defs.h | 161 uint16_t latency; /*!< Connection latency, the range is 0x0000(0) to 0x01F3(499). */ member
|
D | esp_gap_ble_api.h | 508 …uint16_t latency; /*!< Slave latency for the connection in number of… member 519 …uint16_t latency; /*!< Slave latency for the connection in number of… member 938 uint16_t latency; /*!< ext scan type */ member 1186 …uint16_t latency; /*!< Slave latency for the connection in number of conn… member
|
D | esp_gatt_defs.h | 620 …uint16_t latency; /*!< Slave latency for the connection in number of conn… member
|
/hal_espressif-latest/zephyr/esp32/src/bt/ |
D | esp_bt_adapter.c | 139 int (*_coex_bt_request)(uint32_t event, uint32_t latency, uint32_t duration); 194 extern int coex_bt_request(uint32_t event, uint32_t latency, uint32_t duration); 253 static int coex_bt_request_wrapper(uint32_t event, uint32_t latency, uint32_t duration); 842 static int IRAM_ATTR coex_bt_request_wrapper(uint32_t event, uint32_t latency, uint32_t duration) in coex_bt_request_wrapper() argument 845 return coex_bt_request(event, latency, duration); in coex_bt_request_wrapper()
|
/hal_espressif-latest/components/bt/host/bluedroid/stack/l2cap/include/ |
D | l2c_int.h | 643 …peer_ble_par_req (tL2C_LCB *p_lcb, UINT16 min_int, UINT16 max_int, UINT16 latency, UINT16 timeout); 669 …peer_ble_par_req (tL2C_LCB *p_lcb, UINT16 min_int, UINT16 max_int, UINT16 latency, UINT16 timeout); 806 UINT16 latency, UINT16 timeout);
|
/hal_espressif-latest/components/esp_wifi/esp32c6/ |
D | esp_adapter.c | 399 static int coex_wifi_request_wrapper(uint32_t event, uint32_t latency, uint32_t duration) in coex_wifi_request_wrapper() argument 402 return coex_wifi_request(event, latency, duration); in coex_wifi_request_wrapper()
|
/hal_espressif-latest/components/esp_wifi/esp32s2/ |
D | esp_adapter.c | 448 static int coex_wifi_request_wrapper(uint32_t event, uint32_t latency, uint32_t duration) in coex_wifi_request_wrapper() argument 451 return coex_wifi_request(event, latency, duration); in coex_wifi_request_wrapper()
|
/hal_espressif-latest/components/esp_wifi/esp32/ |
D | esp_adapter.c | 457 static int coex_wifi_request_wrapper(uint32_t event, uint32_t latency, uint32_t duration) in coex_wifi_request_wrapper() argument 460 return coex_wifi_request(event, latency, duration); in coex_wifi_request_wrapper()
|
/hal_espressif-latest/components/esp_wifi/esp32c2/ |
D | esp_adapter.c | 393 static int coex_wifi_request_wrapper(uint32_t event, uint32_t latency, uint32_t duration) in coex_wifi_request_wrapper() argument 396 return coex_wifi_request(event, latency, duration); in coex_wifi_request_wrapper()
|
/hal_espressif-latest/components/esp_wifi/esp32c3/ |
D | esp_adapter.c | 410 static int coex_wifi_request_wrapper(uint32_t event, uint32_t latency, uint32_t duration) in coex_wifi_request_wrapper() argument 413 return coex_wifi_request(event, latency, duration); in coex_wifi_request_wrapper()
|
/hal_espressif-latest/components/bt/host/bluedroid/bta/include/bta/ |
D | bta_sys.h | 142 typedef void (tBTA_SYS_SSR_CFG_CBACK)(UINT8 id, UINT8 app_id, UINT16 latency, UINT16 tout);
|
/hal_espressif-latest/components/esp_wifi/esp32s3/ |
D | esp_adapter.c | 465 static int coex_wifi_request_wrapper(uint32_t event, uint32_t latency, uint32_t duration) in coex_wifi_request_wrapper() argument 468 return coex_wifi_request(event, latency, duration); in coex_wifi_request_wrapper()
|
/hal_espressif-latest/tools/esptool_py/docs/en/esptool/ |
D | remote-serial-ports.rst | 18 There is an issue with `automatic resetting due to network latency <https://github.com/espressif/es…
|
/hal_espressif-latest/components/esp_wifi/include/esp_private/ |
D | wifi_os_adapter.h | 138 int (* _coex_wifi_request)(uint32_t event, uint32_t latency, uint32_t duration);
|