ESP-IDF
ble_hs_conn::bhc_itvl
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (2/5)...
Files
loading (4/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
ble_hs_conn::bhc_itvl
ble_hs_conn::bhc_itvl field
Syntax
Show:
Summary
Declaration
from
ble_hs_conn_priv.h:61
uint16_t
bhc_itvl
;
Examples
References
from
examples
Code
Location
Referrer
uint16_t
bhc_itvl
;
ble_hs_conn_priv.h:61
desc
->
conn_itvl
=
conn
->
bhc_itvl
;
ble_gap.c:515
ble_gap_fill_conn_desc()
conn
->
bhc_itvl
=
le16toh
(
ev
->
conn_itvl
)
;
ble_gap.c:1660
ble_gap_rx_update_complete()
conn
->
bhc_itvl
=
evt
->
conn_itvl
;
ble_gap.c:2645
ble_gap_rx_conn_complete()
desc
->
conn_itvl
=
conn
->
bhc_itvl
;
glue.c:604
bt_conn_get_info()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
ble_hs_conn::bhc_itvl
is written by 2 functions and is read by 2 functions:
ble_gap_rx_update_complete()
ble_gap_rx_conn_complete()
All items filtered out
ble_hs_conn::bhc_itvl
ble_gap_fill_conn_desc()
bt_conn_get_info()
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out