ESP-IDF
btm_ble_start_slow_adv()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (2/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
btm_ble_start_slow_adv()
btm_ble_start_slow_adv() function
* Function btm_ble_start_slow_adv * Description Restart adv with slow adv interval * Returns void
Syntax
Show:
Summary
Declaration
from
btm_ble_gap.c:4241
static
void
btm_ble_start_slow_adv
(
void
)
;
Examples
References
from
examples
Code
Location
Referrer
static
void
btm_ble_start_slow_adv
(
void
)
btm_ble_gap.c:4241
btm_ble_start_slow_adv
(
)
;
btm_ble_gap.c:4312
btm_ble_timeout()
Call Tree
from
examples
btm_ble_start_slow_adv()
is called by 1 function and calls 4 functions:
btm_ble_timeout()
All items filtered out
btm_ble_start_slow_adv()
btm_ble_start_adv()
btm_ble_stop_adv()
btsnd_hcic_ble_write_adv_params()
btm_set_conn_mode_adv_init_addr()
All items filtered out
Data Use
from
examples
btm_ble_start_slow_adv()
reads 7 variables and writes 1 variable:
tBTM_CB::ble_ctr_cb
tBTM_BLE_INQ_CB::afp
tBTM_BLE_INQ_CB::evt_type
tBTM_BLE_INQ_CB::adv_mode
tBTM_BLE_INQ_CB::adv_chnl_map
tBTM_LE_RANDOM_CB::own_addr_type
btm_cb
All items filtered out
btm_ble_start_slow_adv()
tBTM_BLE_INQ_CB::evt_type
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