ESP-IDF
set_adv_data()
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
set_adv_data()
set_adv_data() function
Syntax
Show:
Summary
Declaration
from
adapter.c:208
static
int
set_adv_data
(
uint16_t
hci_op
,
const
struct
bt_mesh_adv_data
*
ad
,
size_t
ad_len
)
;
Arguments
Argument
hci_op
ad
ad_len
Examples
References
from
examples
Code
Location
Referrer
static
int
set_adv_data
(
uint16_t
hci_op
,
const
struct
bt_mesh_adv_data
*
ad
,
size_t
ad_len
)
adapter.c:208
err
=
set_adv_data
(
BLE_MESH_HCI_OP_SET_ADV_DATA
,
ad
,
ad_len
)
;
adapter.c:349
bt_le_adv_start()
err
=
set_adv_data
(
BLE_MESH_HCI_OP_SET_SCAN_RSP_DATA
,
sd
,
sd_len
)
;
adapter.c:365
bt_le_adv_start()
Call Tree
from
examples
set_adv_data()
is called by 1 function and calls 4 functions:
bt_le_adv_start()
All items filtered out
set_adv_data()
esp_log_timestamp()
esp_log_write()
BTM_BleWriteAdvDataRaw()
BTM_BleWriteScanRspRaw()
All items filtered out
Data Use
from
examples
set_adv_data()
reads 8 variables and writes 1 variable:
esp_log_level_t::ESP_LOG_ERROR
::BTM_SUCCESS
::BTM_CMD_STARTED
bt_mesh_adv_data::type
bt_mesh_adv_data::data_len
bt_mesh_adv_data::data
bt_mesh_hci_cp_set_adv_data::len
bt_mesh_hci_cp_set_adv_data::data
All items filtered out
set_adv_data()
bt_mesh_hci_cp_set_adv_data::len
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