ESP-IDF
+
0
/2 examples
SourceVu will show references to
esp_ble_conn_params_t::interval_max
from the following samples and libraries:
ble50_security_client sample
throughput_client sample
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
esp_ble_conn_params_t::interval_max
esp_ble_conn_params_t::interval_max field
Maximum connection interval, in units of 1.25ms, the range is 0x0006(7.5ms) to 0x0C80(4s).
Syntax
Show:
Summary
Declaration
from
esp_bt_defs.h:160
uint16_t
interval_max
;
Examples
esp_ble_conn_params_t::interval_max
is referenced by 2 libraries and example projects:
ble50_security_client sample
throughput_client sample
References
from
0/2
examples
Code
Location
Referrer
uint16_t
interval_max
;
/*!< Maximum connection interval, in units of 1.25ms, the range is 0x0006(7.5ms) to 0x0C80(4s). */
esp_bt_defs.h:160
ESP_BLE_IS_VALID_PARAM
(
conn_params
->
interval_max
,
ESP_BLE_CONN_INT_MIN
,
ESP_BLE_CONN_INT_MAX
)
&&
esp_gattc_api.c:108
esp_ble_gattc_enh_open()
(
(
conn_params
->
supervision_timeout
*
10
)
>=
(
(
1
+
conn_params
->
latency
)
*
(
(
conn_params
->
interval_max
*
5
)
>
>
1
)
)
)
&&
esp_gattc_api.c:111
esp_ble_gattc_enh_open()
(
conn_params
->
interval_min
<=
conn_params
->
interval_max
)
)
{
esp_gattc_api.c:112
esp_ble_gattc_enh_open()
conn_params
->
interval_max
,
esp_gattc_api.c:117
esp_ble_gattc_enh_open()
ESP_BLE_IS_VALID_PARAM
(
conn_params
->
interval_max
,
ESP_BLE_CONN_INT_MIN
,
ESP_BLE_CONN_INT_MAX
)
&&
esp_gattc_api.c:131
esp_ble_gattc_enh_open()
(
(
conn_params
->
supervision_timeout
*
10
)
>=
(
(
1
+
conn_params
->
latency
)
*
(
(
conn_params
->
interval_max
*
5
)
>
>
1
)
)
)
&&
esp_gattc_api.c:134
esp_ble_gattc_enh_open()
(
conn_params
->
interval_min
<=
conn_params
->
interval_max
)
)
{
esp_gattc_api.c:135
esp_ble_gattc_enh_open()
conn_params
->
interval_max
,
esp_gattc_api.c:140
esp_ble_gattc_enh_open()
ESP_BLE_IS_VALID_PARAM
(
conn_params
->
interval_max
,
ESP_BLE_CONN_INT_MIN
,
ESP_BLE_CONN_INT_MAX
)
&&
esp_gattc_api.c:154
esp_ble_gattc_enh_open()
(
(
conn_params
->
supervision_timeout
*
10
)
>=
(
(
1
+
conn_params
->
latency
)
*
(
(
conn_params
->
interval_max
*
5
)
>
>
1
)
)
)
&&
esp_gattc_api.c:157
esp_ble_gattc_enh_open()
(
conn_params
->
interval_min
<=
conn_params
->
interval_max
)
)
{
esp_gattc_api.c:158
esp_ble_gattc_enh_open()
conn_params
->
interval_max
,
esp_gattc_api.c:163
esp_ble_gattc_enh_open()
Call Tree
from
0/2
examples
All items filtered out
All items filtered out
Data Use
from
0/2
examples
esp_ble_conn_params_t::interval_max
is read by 1 function:
All items filtered out
esp_ble_conn_params_t::interval_max
esp_ble_gattc_enh_open()
All items filtered out
Class Tree
from
0/2
examples
All items filtered out
All items filtered out
Override Tree
from
0/2
examples
All items filtered out
All items filtered out
Implementations
from
0/2
examples
All items filtered out
All items filtered out
Instances
from
0/2
examples
Lifecycle
from
0/2
examples
All items filtered out
All items filtered out