ESP-IDF
ble_hs_conn::bhc_latency
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (3/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_latency
ble_hs_conn::bhc_latency field
Syntax
Show:
Summary
Declaration
from
ble_hs_conn_priv.h:62
uint16_t
bhc_latency
;
Examples
References
from
examples
Code
Location
Referrer
uint16_t
bhc_latency
;
ble_hs_conn_priv.h:62
desc
->
conn_latency
=
conn
->
bhc_latency
;
ble_gap.c:516
ble_gap_fill_conn_desc()
conn
->
bhc_latency
=
le16toh
(
ev
->
conn_latency
)
;
ble_gap.c:1661
ble_gap_rx_update_complete()
conn
->
bhc_latency
=
evt
->
conn_latency
;
ble_gap.c:2646
ble_gap_rx_conn_complete()
desc
->
conn_latency
=
conn
->
bhc_latency
;
glue.c:605
bt_conn_get_info()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
ble_hs_conn::bhc_latency
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_latency
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