ESP-IDF
ble_hs_is_enabled()
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_is_enabled()
ble_hs_is_enabled() function
Indicates whether the host is enabled. The host is enabled if it is starting or fully started. It is disabled if it is stopping or stopped.
Syntax
Show:
Summary
Declaration
Definition
from
ble_hs.h:404
int
ble_hs_is_enabled
(
void
)
;
Implemented in
ble_hs.c:346
Return value
1 if the host is enabled; 0 if the host is disabled.
Examples
References
from
examples
Code
Location
Referrer
ble_hs_is_enabled
(
void
)
ble_hs.c:347
int
ble_hs_is_enabled
(
void
)
;
ble_hs.h:404
if
(
!
ble_hs_is_enabled
(
)
)
{
ble_gap.c:615
ble_gap_conn_find_by_addr()
if
(
!
ble_hs_is_enabled
(
)
)
{
ble_gap.c:723
ble_gap_set_priv_mode()
if
(
!
ble_hs_is_enabled
(
)
)
{
ble_gap.c:742
ble_gap_read_le_phy()
if
(
!
ble_hs_is_enabled
(
)
)
{
ble_gap.c:794
ble_gap_set_prefered_default_le_phy()
if
(
!
ble_hs_is_enabled
(
)
)
{
ble_gap.c:828
ble_gap_set_prefered_le_phy()
if
(
!
ble_hs_is_enabled
(
)
)
{
ble_gap.c:3129
ble_gap_wl_tx_rmv()
if
(
!
ble_hs_is_enabled
(
)
)
{
ble_gap.c:3156
ble_gap_wl_set()
if
(
!
ble_hs_is_enabled
(
)
)
{
ble_gap.c:3264
ble_gap_adv_stop()
if
(
!
ble_hs_is_enabled
(
)
)
{
ble_gap.c:3479
ble_gap_adv_start()
if
(
!
ble_hs_is_enabled
(
)
)
{
ble_gap.c:3580
ble_gap_adv_set_data()
if
(
!
ble_hs_is_enabled
(
)
)
{
ble_gap.c:3608
ble_gap_adv_rsp_set_data()
if
(
!
ble_hs_is_enabled
(
)
)
{
ble_gap.c:3637
ble_gap_adv_set_fields()
if
(
!
ble_hs_is_enabled
(
)
)
{
ble_gap.c:6051
ble_gap_disc_cancel()
if
(
!
ble_hs_is_enabled
(
)
)
{
ble_gap.c:6085
ble_gap_disc_ext_validate()
if
(
!
ble_hs_is_enabled
(
)
)
{
ble_gap.c:6314
ble_gap_disc()
if
(
!
ble_hs_is_enabled
(
)
)
{
ble_gap.c:7199
ble_gap_connect()
if
(
!
ble_hs_is_enabled
(
)
)
{
ble_gap.c:7540
ble_gap_terminate()
if
(
!
ble_hs_is_enabled
(
)
)
{
ble_gap.c:7623
ble_gap_conn_cancel()
if
(
!
ble_hs_is_enabled
(
)
)
{
ble_gap.c:7889
ble_gap_update_params()
if
(
!
ble_hs_is_enabled
(
)
)
{
ble_gap.c:8029
ble_gap_security_initiate()
if
(
!
ble_hs_is_enabled
(
)
)
{
ble_gap.c:8125
ble_gap_pair_initiate()
if
(
!
ble_hs_is_enabled
(
)
)
{
ble_gap.c:8146
ble_gap_encryption_initiate()
if
(
!
ble_hs_is_enabled
(
)
)
{
ble_gap.c:8224
ble_gap_unpair()
if
(
!
ble_hs_is_enabled
(
)
)
{
ble_gap.c:8310
ble_gap_unpair_oldest_peer()
if
(
!
ble_hs_is_enabled
(
)
)
{
ble_gap.c:8344
ble_gap_unpair_oldest_except()
if
(
!
ble_hs_is_enabled
(
)
)
{
ble_gap.c:8494
ble_gap_conn_rssi()
if
(
!
ble_hs_is_enabled
(
)
)
{
ble_hs.c:471
ble_hs_timer_reset()
Call Tree
from
examples
ble_hs_is_enabled()
is called by 27 functions:
ble_hs_timer_reset()
ble_gap_conn_find_by_addr()
ble_gap_set_priv_mode()
ble_gap_read_le_phy()
ble_gap_set_prefered_default_le_phy()
ble_gap_set_prefered_le_phy()
ble_gap_wl_tx_rmv()
ble_gap_wl_set()
ble_gap_adv_stop()
ble_gap_adv_start()
ble_gap_adv_set_data()
ble_gap_adv_rsp_set_data()
ble_gap_adv_set_fields()
ble_gap_disc_cancel()
ble_gap_disc_ext_validate()
ble_gap_disc()
ble_gap_connect()
ble_gap_terminate()
ble_gap_conn_cancel()
ble_gap_update_params()
ble_gap_security_initiate()
ble_gap_pair_initiate()
ble_gap_encryption_initiate()
ble_gap_unpair()
ble_gap_unpair_oldest_peer()
ble_gap_unpair_oldest_except()
ble_gap_conn_rssi()
All items filtered out
ble_hs_is_enabled()
All items filtered out
Data Use
from
examples
ble_hs_is_enabled()
reads 1 variable:
ble_hs_enabled_state
All items filtered out
ble_hs_is_enabled()
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