ESP-IDF
ble_hs_unlock_nested()
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_unlock_nested()
ble_hs_unlock_nested() function
Unlocks the BLE host mutex. Nested locks allowed.
Syntax
Show:
Summary
Declaration
Definition
from
ble_hs_priv.h:127
void
ble_hs_unlock_nested
(
void
)
;
Implemented in
ble_hs.c:198
Examples
References
from
examples
Code
Location
Referrer
ble_hs_unlock_nested
(
void
)
ble_hs.c:199
void
ble_hs_unlock_nested
(
void
)
;
ble_hs_priv.h:127
ble_hs_unlock_nested
(
)
;
ble_hs.c:254
ble_hs_unlock()
ble_hs_unlock_nested
(
)
;
ble_hs_flow.c:187
ble_hs_flow_acl_free()
Call Tree
from
examples
ble_hs_unlock_nested()
is called by 2 functions and calls 1 function:
ble_hs_unlock()
ble_hs_flow_acl_free()
All items filtered out
ble_hs_unlock_nested()
ble_npl_mutex_release()
All items filtered out
Data Use
from
examples
ble_hs_unlock_nested()
reads 1 variable:
os_error::OS_NOT_STARTED
All items filtered out
ble_hs_unlock_nested()
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