ESP-IDF
gatt_prov_adv_create()
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
gatt_prov_adv_create()
gatt_prov_adv_create() function
Syntax
Show:
Summary
Declaration
from
pb_gatt_srv.c:371
static
size_t
gatt_prov_adv_create
(
struct
bt_data
prov_sd
[
1
]
)
;
Arguments
Argument
prov_sd
Related Functions
Found 3 other functions taking a
bt_data
argument:
Function
bt_le_adv_start()
bt_mesh_adv_start()
set_ad()
Examples
References
from
examples
Code
Location
Referrer
static
size_t
gatt_prov_adv_create
(
struct
bt_data
prov_sd
[
1
]
)
pb_gatt_srv.c:371
prov_sd_len
=
gatt_prov_adv_create
(
prov_sd
)
;
pb_gatt_srv.c:443
bt_mesh_pb_gatt_adv_start()
Call Tree
from
examples
gatt_prov_adv_create()
is called by 1 function and calls 4 functions:
bt_mesh_pb_gatt_adv_start()
All items filtered out
gatt_prov_adv_create()
esp_log_timestamp()
esp_log_write()
put_be16()
bt_mesh_prov_get()
All items filtered out
Data Use
from
examples
gatt_prov_adv_create()
reads 9 variables and writes 3 variables:
esp_log_level_t::ESP_LOG_ERROR
esp_log_level_t::ESP_LOG_WARN
esp_log_level_t::ESP_LOG_INFO
esp_log_level_t::ESP_LOG_DEBUG
esp_log_level_t::ESP_LOG_VERBOSE
bt_mesh_prov::uuid
bt_mesh_prov::uri
bt_mesh_prov::oob_info
prov_svc_data
All items filtered out
gatt_prov_adv_create()
bt_data::type
bt_data::data_len
bt_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