ESP-IDF
bt_mesh_adv_data::type
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (4/5)...
Files
loading (4/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
bt_mesh_adv_data::type
bt_mesh_adv_data::type field
Syntax
Show:
Summary
Declaration
from
adapter.h:359
uint8_t
type
;
Examples
References
from
examples
Code
Location
Referrer
uint8_t
type
;
adapter.h:359
param
.
data
[
param
.
len
++
]
=
ad
[
i
]
.
type
;
adapter.c:224
set_adv_data()
ad
.
type
=
adv_type
[
BLE_MESH_ADV
(
buf
)
->
type
]
;
adv.c:182
adv_send()
return
ADV_DATA
(
ad
)
->
type
;
ext.c:2302
bt_mesh_ext_adv_data_get_type()
BLE_MESH_ADV_DATA_BYTES
(
BLE_MESH_DATA_FLAGS
,
(
BLE_MESH_AD_GENERAL
|
BLE_MESH_AD_NO_BREDR
)
)
,
proxy_server.c:1374
BLE_MESH_ADV_DATA_BYTES
(
BLE_MESH_DATA_UUID16_ALL
,
0x27
,
0x18
)
,
proxy_server.c:1375
BLE_MESH_ADV_DATA
(
BLE_MESH_DATA_SVC_DATA16
,
prov_svc_data
,
sizeof
(
prov_svc_data
)
)
,
proxy_server.c:1376
BLE_MESH_ADV_DATA_BYTES
(
BLE_MESH_DATA_FLAGS
,
(
BLE_MESH_AD_GENERAL
|
BLE_MESH_AD_NO_BREDR
)
)
,
proxy_server.c:1397
BLE_MESH_ADV_DATA_BYTES
(
BLE_MESH_DATA_UUID16_ALL
,
0x28
,
0x18
)
,
proxy_server.c:1398
BLE_MESH_ADV_DATA
(
BLE_MESH_DATA_SVC_DATA16
,
proxy_svc_data
,
NODE_ID_LEN
)
,
proxy_server.c:1399
BLE_MESH_ADV_DATA_BYTES
(
BLE_MESH_DATA_FLAGS
,
(
BLE_MESH_AD_GENERAL
|
BLE_MESH_AD_NO_BREDR
)
)
,
proxy_server.c:1403
BLE_MESH_ADV_DATA_BYTES
(
BLE_MESH_DATA_UUID16_ALL
,
0x28
,
0x18
)
,
proxy_server.c:1404
BLE_MESH_ADV_DATA
(
BLE_MESH_DATA_SVC_DATA16
,
proxy_svc_data
,
NET_ID_LEN
)
,
proxy_server.c:1405
proxy_sd
->
type
=
BLE_MESH_DATA_NAME_SHORTENED
;
proxy_server.c:1430
gatt_proxy_adv_create()
proxy_sd
->
type
=
BLE_MESH_DATA_NAME_COMPLETE
;
proxy_server.c:1433
gatt_proxy_adv_create()
prov_sd
[
0
]
.
type
=
BLE_MESH_DATA_URI
;
proxy_server.c:1779
gatt_prov_adv_create()
prov_sd
[
prov_sd_len
]
.
type
=
BLE_MESH_DATA_NAME_SHORTENED
;
proxy_server.c:1791
gatt_prov_adv_create()
prov_sd
[
prov_sd_len
]
.
type
=
BLE_MESH_DATA_NAME_COMPLETE
;
proxy_server.c:1794
gatt_prov_adv_create()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
bt_mesh_adv_data::type
is written by 3 functions and is read by 2 functions:
adv_send()
gatt_proxy_adv_create()
gatt_prov_adv_create()
All items filtered out
bt_mesh_adv_data::type
set_adv_data()
bt_mesh_ext_adv_data_get_type()
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