ESP-IDF
ble_hs_enabled_state
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
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_enabled_state
ble_hs_enabled_state variable
Syntax
Show:
Summary
Declaration
Definition
from
ble_hs_priv.h:99
extern
uint8_t
ble_hs_enabled_state
;
Implemented in
ble_hs.c:66
Examples
References
from
examples
Code
Location
Referrer
uint8_t
ble_hs_enabled_state
;
ble_hs.c:66
extern
uint8_t
ble_hs_enabled_state
;
ble_hs_priv.h:99
extern
uint8_t
ble_hs_enabled_state
;
esp_nimble_hci.c:53
return
ble_hs_enabled_state
==
BLE_HS_ENABLED_STATE_ON
;
ble_hs.c:349
ble_hs_is_enabled()
switch
(
ble_hs_enabled_state
)
{
ble_hs.c:654
ble_hs_start()
ble_hs_enabled_state
=
BLE_HS_ENABLED_STATE_ON
;
ble_hs.c:664
ble_hs_start()
ble_hs_enabled_state
=
BLE_HS_ENABLED_STATE_OFF
;
ble_hs.c:783
ble_hs_init()
ble_hs_enabled_state
=
BLE_HS_ENABLED_STATE_OFF
;
ble_hs_stop.c:63
ble_hs_stop_done()
switch
(
ble_hs_enabled_state
)
{
ble_hs_stop.c:187
ble_hs_stop_begin()
ble_hs_enabled_state
=
BLE_HS_ENABLED_STATE_STOPPING
;
ble_hs_stop.c:190
ble_hs_stop_begin()
if
(
!
ble_hs_enabled_state
)
{
esp_nimble_hci.c:224
host_rcv_pkt()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
ble_hs_enabled_state
is written by 4 functions and is read by 4 functions:
ble_hs_start()
ble_hs_init()
ble_hs_stop_done()
ble_hs_stop_begin()
All items filtered out
ble_hs_enabled_state
ble_hs_is_enabled()
ble_hs_start()
host_rcv_pkt()
ble_hs_stop_begin()
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