ESP-IDF
gatt_proxy_adv_create()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (1/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
gatt_proxy_adv_create()
gatt_proxy_adv_create() function
Syntax
Show:
Summary
Declaration
from
proxy_server.c:1422
static
size_t
gatt_proxy_adv_create
(
struct
bt_mesh_adv_data
*
proxy_sd
)
;
Arguments
Argument
proxy_sd
Related Functions
Found 3 other functions taking a
bt_mesh_adv_data
argument:
Function
bt_le_adv_start()
set_adv_data()
gatt_prov_adv_create()
Examples
References
from
examples
Code
Location
Referrer
static
size_t
gatt_proxy_adv_create
(
struct
bt_mesh_adv_data
*
proxy_sd
)
proxy_server.c:1422
proxy_sd_len
=
gatt_proxy_adv_create
(
&
proxy_sd
)
;
proxy_server.c:1466
node_id_adv()
proxy_sd_len
=
gatt_proxy_adv_create
(
&
proxy_sd
)
;
proxy_server.c:1492
net_id_adv()
Call Tree
from
examples
gatt_proxy_adv_create()
is called by 2 functions:
node_id_adv()
net_id_adv()
All items filtered out
gatt_proxy_adv_create()
All items filtered out
Data Use
from
examples
gatt_proxy_adv_create()
reads 1 variable and writes 3 variables:
device_name
All items filtered out
gatt_proxy_adv_create()
bt_mesh_adv_data::type
bt_mesh_adv_data::data_len
bt_mesh_adv_data::data
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