ESP-IDF
ble_hs_conn::bhc_handle
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_handle
ble_hs_conn::bhc_handle field
Syntax
Show:
Summary
Declaration
from
ble_hs_conn_priv.h:52
uint16_t
bhc_handle
;
Examples
References
from
examples
Code
Location
Referrer
uint16_t
bhc_handle
;
ble_hs_conn_priv.h:52
desc
->
conn_handle
=
conn
->
bhc_handle
;
ble_gap.c:514
ble_gap_fill_conn_desc()
*
out_conn_handle
=
conn
->
bhc_handle
;
ble_gap.c:648
ble_gap_conn_find_handle_by_addr()
return
cb_arg
->
cb
(
conn
->
bhc_handle
,
cb_arg
->
arg
)
;
ble_gap.c:675
ble_gap_conn_foreach_handle_callback()
conn
->
bhc_handle
,
hci_reason
)
;
ble_gap.c:7512
ble_gap_terminate_with_conn()
cmd
.
conn_handle
=
htole16
(
conn
->
bhc_handle
)
;
ble_gap.c:7514
ble_gap_terminate_with_conn()
conn_handle
=
conn
->
bhc_handle
;
ble_gatts.c:2333
ble_gatts_tx_notifications_one_chr()
conn_handle
=
conn
->
bhc_handle
;
ble_hs_atomic.c:112
ble_hs_atomic_first_conn_handle()
conn
->
bhc_handle
=
conn_handle
;
ble_hs_conn.c:157
ble_hs_conn_alloc()
BLE_HS_DBG_ASSERT_EVAL
(
ble_hs_conn_find
(
conn
->
bhc_handle
)
==
NULL
)
;
ble_hs_conn.c:277
ble_hs_conn_insert()
if
(
conn
->
bhc_handle
==
conn_handle
)
{
ble_hs_conn.c:305
ble_hs_conn_find()
cmd
->
h
[
0
]
.
handle
=
htole16
(
conn
->
bhc_handle
)
;
ble_hs_flow.c:85
ble_hs_flow_tx_num_comp_pkts()
frag
=
ble_hs_hci_acl_hdr_prepend
(
frag
,
conn
->
bhc_handle
,
pb
)
;
ble_hs_hci.c:821
ble_hs_hci_acl_tx_now()
chan
=
ble_l2cap_chan_alloc
(
conn
->
bhc_handle
)
;
ble_l2cap_coc.c:335
ble_l2cap_coc_chan_alloc()
desc
->
conn_handle
=
conn
->
bhc_handle
;
glue.c:603
bt_conn_get_info()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
ble_hs_conn::bhc_handle
is written by 1 function and is read by 12 functions:
ble_hs_conn_alloc()
All items filtered out
ble_hs_conn::bhc_handle
ble_hs_conn_insert()
ble_hs_conn_find()
ble_hs_atomic_first_conn_handle()
ble_l2cap_coc_chan_alloc()
ble_gap_fill_conn_desc()
ble_gap_conn_find_handle_by_addr()
ble_gap_conn_foreach_handle_callback()
ble_gap_terminate_with_conn()
ble_hs_flow_tx_num_comp_pkts()
ble_gatts_tx_notifications_one_chr()
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