ESP-IDF
ble_hs_conn::bhc_flags
is only used within ESP-IDF.
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
ble_hs_conn::bhc_flags
ble_hs_conn::bhc_flags field
Syntax
Show:
Summary
Declaration
from
ble_hs_conn_priv.h:68
ble_hs_conn_flags_t
bhc_flags
;
Examples
References
from
examples
Code
Location
Referrer
ble_hs_conn_flags_t
bhc_flags
;
ble_hs_conn_priv.h:68
if
(
conn
->
bhc_flags
&
BLE_HS_CONN_F_MASTER
)
{
ble_gap.c:521
ble_gap_fill_conn_desc()
if
(
(
conn
!=
NULL
)
&&
!
(
conn
->
bhc_flags
&
BLE_HS_CONN_F_MASTER
)
)
{
ble_gap.c:1571
ble_gap_conn_broken()
if
(
entry
!=
NULL
&&
!
(
conn
->
bhc_flags
&
BLE_HS_CONN_F_MASTER
)
)
{
ble_gap.c:1672
ble_gap_rx_update_complete()
conn
->
bhc_flags
|=
BLE_HS_CONN_F_MASTER
;
ble_gap.c:2652
ble_gap_rx_conn_complete()
if
(
(
conn
!=
NULL
)
&&
(
conn
->
bhc_flags
&
BLE_HS_CONN_F_MASTER
)
)
{
ble_gap.c:2786
ble_gap_rx_rd_rem_sup_feat_complete()
if
(
(
conn
!=
NULL
)
&&
!
(
conn
->
bhc_flags
&
BLE_HS_CONN_F_MASTER
)
)
{
ble_gap.c:2815
ble_gap_rx_rd_rem_ver_info_complete()
if
(
conn
->
bhc_flags
&
BLE_HS_CONN_F_TERMINATING
)
{
ble_gap.c:7506
ble_gap_terminate_with_conn()
conn
->
bhc_flags
|=
BLE_HS_CONN_F_TERMINATING
;
ble_gap.c:7524
ble_gap_terminate_with_conn()
!
(
conn
->
bhc_flags
&
BLE_HS_CONN_F_MASTER
)
)
{
ble_gap.c:7933
ble_gap_update_params()
conn_flags
=
conn
->
bhc_flags
;
ble_gap.c:8037
ble_gap_security_initiate()
if
(
conn
->
bhc_flags
&
BLE_HS_CONN_F_TX_FRAG
)
{
ble_hs.c:310
ble_hs_wakeup_tx()
*
out_flags
=
conn
->
bhc_flags
;
ble_hs_atomic.c:66
ble_hs_atomic_conn_flags()
conn
->
bhc_flags
|=
flags
;
ble_hs_atomic.c:91
ble_hs_atomic_conn_set_flags()
conn
->
bhc_flags
&=
~
flags
;
ble_hs_atomic.c:93
ble_hs_atomic_conn_set_flags()
if
(
!
(
conn
->
bhc_flags
&
BLE_HS_CONN_F_TERMINATING
)
)
{
ble_hs_conn.c:523
ble_hs_conn_timer()
if
(
!
(
conn
->
bhc_flags
&
BLE_HS_CONN_F_TX_FRAG
)
)
{
ble_hs_hci.c:799
ble_hs_hci_acl_tx_now()
conn
->
bhc_flags
|=
BLE_HS_CONN_F_TX_FRAG
;
ble_hs_hci.c:841
ble_hs_hci_acl_tx_now()
conn
->
bhc_flags
&=
~
BLE_HS_CONN_F_TX_FRAG
;
ble_hs_hci.c:856
ble_hs_hci_acl_tx_now()
conn
->
bhc_flags
&=
~
BLE_HS_CONN_F_TX_FRAG
;
ble_hs_hci.c:863
ble_hs_hci_acl_tx_now()
master
=
conn
->
bhc_flags
&
BLE_HS_CONN_F_MASTER
;
ble_l2cap_sig.c:559
ble_l2cap_sig_update()
conn_flags
=
conn
->
bhc_flags
;
ble_sm.c:1010
ble_sm_process_result()
if
(
conn
->
bhc_flags
&
BLE_HS_CONN_F_MASTER
)
{
ble_sm.c:1922
ble_sm_pair_req_rx()
if
(
!
(
conn
->
bhc_flags
&
BLE_HS_CONN_F_MASTER
)
)
{
ble_sm.c:2101
ble_sm_sec_req_rx()
if
(
conn
->
bhc_flags
&
BLE_HS_CONN_F_MASTER
)
{
glue.c:610
bt_conn_get_info()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
ble_hs_conn::bhc_flags
is written by 4 functions and is read by 19 functions:
ble_hs_atomic_conn_set_flags()
ble_gap_rx_conn_complete()
ble_gap_terminate_with_conn()
ble_hs_hci_acl_tx_now()
All items filtered out
ble_hs_conn::bhc_flags
ble_hs_conn_timer()
ble_sm_process_result()
ble_sm_pair_req_rx()
ble_sm_sec_req_rx()
ble_hs_atomic_conn_flags()
ble_hs_atomic_conn_set_flags()
ble_hs_wakeup_tx()
ble_l2cap_sig_update()
ble_gap_fill_conn_desc()
ble_gap_conn_broken()
ble_gap_rx_update_complete()
ble_gap_rx_conn_complete()
ble_gap_rx_rd_rem_sup_feat_complete()
ble_gap_rx_rd_rem_ver_info_complete()
ble_gap_terminate_with_conn()
ble_gap_update_params()
ble_gap_security_initiate()
ble_hs_hci_acl_tx_now()
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