ESP-IDF
ble_hs_conn::bhc_rx_chan
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (4/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_rx_chan
ble_hs_conn::bhc_rx_chan field
Syntax
Show:
Summary
Declaration
from
ble_hs_conn_priv.h:71
struct
ble_l2cap_chan
*
bhc_rx_chan
;
Examples
References
from
examples
Code
Location
Referrer
struct
ble_l2cap_chan
*
bhc_rx_chan
;
/* Channel rxing current packet. */
ble_hs_conn_priv.h:71
if
(
conn
->
bhc_rx_chan
==
chan
)
{
ble_hs_conn.c:211
ble_hs_conn_delete_chan()
conn
->
bhc_rx_chan
=
NULL
;
ble_hs_conn.c:212
ble_hs_conn_delete_chan()
if
(
conn
->
bhc_rx_chan
!=
NULL
)
{
ble_hs_conn.c:531
ble_hs_conn_timer()
rc
=
rx_cb
(
conn
->
bhc_rx_chan
)
;
ble_hs_hci_evt.c:1412
ble_hs_hci_evt_acl_process()
ble_l2cap_remove_rx
(
conn
,
conn
->
bhc_rx_chan
)
;
ble_hs_hci_evt.c:1413
ble_hs_hci_evt_acl_process()
conn
->
bhc_rx_chan
=
NULL
;
ble_l2cap.c:261
ble_l2cap_remove_rx()
conn
->
bhc_rx_chan
=
chan
;
ble_l2cap.c:434
ble_l2cap_rx()
chan
=
conn
->
bhc_rx_chan
;
ble_l2cap.c:439
ble_l2cap_rx()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
ble_hs_conn::bhc_rx_chan
is written by 3 functions and is read by 4 functions:
ble_hs_conn_delete_chan()
ble_l2cap_remove_rx()
ble_l2cap_rx()
All items filtered out
ble_hs_conn::bhc_rx_chan
ble_hs_conn_delete_chan()
ble_hs_conn_timer()
ble_hs_hci_evt_acl_process()
ble_l2cap_rx()
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