ESP-IDF
set_ad()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (3/5)...
Files
loading (4/5)...
Summary
Syntax
Arguments
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
set_ad()
set_ad() function
Syntax
Show:
Summary
Declaration
from
glue.c:654
static
int
set_ad
(
const
struct
bt_data
*
ad
,
size_t
ad_len
,
uint8_t
*
buf
,
uint8_t
*
buf_len
)
;
Arguments
Argument
ad
ad_len
buf
buf_len
Related Functions
Found 3 other functions taking a
bt_data
argument:
Function
bt_le_adv_start()
bt_mesh_adv_start()
gatt_prov_adv_create()
Examples
References
from
examples
Code
Location
Referrer
set_ad
(
const
struct
bt_data
*
ad
,
size_t
ad_len
,
uint8_t
*
buf
,
uint8_t
*
buf_len
)
glue.c:655
err
=
set_ad
(
ad
,
ad_len
,
buf
,
&
buf_len
)
;
glue.c:831
bt_le_adv_start()
err
=
set_ad
(
sd
,
sd_len
,
buf
,
&
buf_len
)
;
glue.c:844
bt_le_adv_start()
Call Tree
from
examples
set_ad()
is called by 1 function:
bt_le_adv_start()
All items filtered out
set_ad()
All items filtered out
Data Use
from
examples
set_ad()
reads 3 variables:
bt_data::type
bt_data::data_len
bt_data::data
All items filtered out
set_ad()
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