ESP-IDF
btsnd_hcic_ble_set_ext_adv_params()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (2/5)...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
btsnd_hcic_ble_set_ext_adv_params()
btsnd_hcic_ble_set_ext_adv_params() function
Syntax
Show:
Summary
Declaration
Definition
from
hcimsgs.h:976
UINT8
btsnd_hcic_ble_set_ext_adv_params
(
UINT8
adv_handle
,
UINT16
properties
,
UINT32
interval_min
,
UINT32
interval_max
,
UINT8
channel_map
,
UINT8
own_addr_type
,
UINT8
peer_addr_type
,
BD_ADDR
peer_addr
,
UINT8
adv_filter_policy
,
INT8
adv_tx_power
,
UINT8
primary_adv_phy
,
UINT8
secondary_adv_max_skip
,
UINT8
secondary_adv_phy
,
UINT8
adv_sid
,
UINT8
scan_req_ntf_enable
)
;
Implemented in
hciblecmds.c:1239
Arguments
Argument
adv_handle
properties
interval_min
interval_max
channel_map
own_addr_type
peer_addr_type
peer_addr
adv_filter_policy
adv_tx_power
primary_adv_phy
secondary_adv_max_skip
secondary_adv_phy
adv_sid
scan_req_ntf_enable
Examples
References
from
examples
Code
Location
Referrer
UINT8
btsnd_hcic_ble_set_ext_adv_params
(
UINT8
adv_handle
,
UINT16
properties
,
UINT32
interval_min
,
hciblecmds.c:1239
UINT8
btsnd_hcic_ble_set_ext_adv_params
(
UINT8
adv_handle
,
UINT16
properties
,
UINT32
interval_min
,
hcimsgs.h:976
if
(
(
err
=
btsnd_hcic_ble_set_ext_adv_params
(
instance
,
params
->
type
,
params
->
interval_min
,
params
->
interval_max
,
btm_ble_5_gap.c:400
BTM_BleSetExtendedAdvParams()
Call Tree
from
examples
btsnd_hcic_ble_set_ext_adv_params()
is called by 1 function and calls 4 functions:
BTM_BleSetExtendedAdvParams()
All items filtered out
btsnd_hcic_ble_set_ext_adv_params()
esp_log_timestamp()
esp_log_write()
btu_hcif_send_cmd_sync()
hci_get_cmd_buf()
All items filtered out
Data Use
from
examples
btsnd_hcic_ble_set_ext_adv_params()
reads 2 variables and writes 2 variables:
esp_log_level_t::ESP_LOG_DEBUG
BT_HDR::data
All items filtered out
btsnd_hcic_ble_set_ext_adv_params()
BT_HDR::len
BT_HDR::offset
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