ESP-IDF
BLE_HS_CONN_F_TERMINATING
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_F_TERMINATING
BLE_HS_CONN_F_TERMINATING macro
Syntax
Show:
Summary
Declaration
from
ble_hs_conn_priv.h:38
#define
BLE_HS_CONN_F_TERMINATING
0x02
Examples
References
from
examples
Code
Location
#define
BLE_HS_CONN_F_TERMINATING
0x02
ble_hs_conn_priv.h:38
if
(
conn
->
bhc_flags
&
BLE_HS_CONN_F_TERMINATING
)
{
ble_gap.c:7506
conn
->
bhc_flags
|=
BLE_HS_CONN_F_TERMINATING
;
ble_gap.c:7524
if
(
!
(
conn
->
bhc_flags
&
BLE_HS_CONN_F_TERMINATING
)
)
{
ble_hs_conn.c:523
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
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