ESP-IDF
BTM_BleSetAdvParamsAll()
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
BTM_BleSetAdvParamsAll()
BTM_BleSetAdvParamsAll() function
* Function BTM_BleSetAdvParamsAll * Description This function is called to set all of the advertising parameters. * Parameters: None. * Returns void
Syntax
Show:
Summary
Declaration
Definition
from
btm_ble_api.h:1455
tBTM_STATUS
BTM_BleSetAdvParamsAll
(
UINT16
adv_int_min
,
UINT16
adv_int_max
,
UINT8
adv_type
,
tBLE_ADDR_TYPE
own_bda_type
,
tBLE_BD_ADDR
*
p_dir_bda
,
tBTM_BLE_ADV_CHNL_MAP
chnl_map
,
tBTM_BLE_AFP
afp
,
tBTM_START_ADV_CMPL_CBACK
*
adv_cb
)
;
Implemented in
btm_ble_gap.c:1525
Arguments
Argument
adv_int_min
adv_int_max
adv_type
own_bda_type
p_dir_bda
chnl_map
afp
adv_cb
Examples
References
from
examples
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
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