ESP-IDF
ble_gap_adv_enable_tx()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
ble_gap_adv_enable_tx()
ble_gap_adv_enable_tx() function
$stop advertise *
Syntax
Show:
Summary
Declaration
Definition
from
ble_gap.c:311
static
int
ble_gap_adv_enable_tx
(
int
enable
)
;
Implemented in
ble_gap.c:3210
Arguments
Argument
enable
Examples
References
from
examples
Code
Location
Referrer
ble_gap_adv_enable_tx
(
int
enable
)
ble_gap.c:3211
static
int
ble_gap_adv_enable_tx
(
int
enable
)
;
ble_gap.c:311
rc
=
ble_gap_adv_enable_tx
(
0
)
;
ble_gap.c:2964
ble_gap_slave_timer()
rc
=
ble_gap_adv_enable_tx
(
0
)
;
ble_gap.c:3236
ble_gap_adv_stop_no_lock()
rc
=
ble_gap_adv_enable_tx
(
1
)
;
ble_gap.c:3547
ble_gap_adv_start()
Call Tree
from
examples
ble_gap_adv_enable_tx()
is called by 3 functions and calls 1 function:
ble_gap_slave_timer()
ble_gap_adv_stop_no_lock()
ble_gap_adv_start()
All items filtered out
ble_gap_adv_enable_tx()
ble_hs_hci_cmd_tx()
All items filtered out
Data Use
from
examples
ble_gap_adv_enable_tx()
writes 1 variable:
All items filtered out
ble_gap_adv_enable_tx()
ble_hci_le_set_adv_enable_cp::enable
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