ESP-IDF
bt_mesh_adv::type
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
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::type
bt_mesh_adv::type field
Syntax
Show:
Summary
Declaration
from
adv.h:53
uint8_t
type
:
3
;
Examples
References
from
examples
Code
Location
Referrer
uint8_t
type
:
3
;
adv.h:53
uint8_t
type
:
2
,
adv.h:66
BT_DBG
(
"type %u len %u: %s"
,
BLE_MESH_ADV
(
buf
)
->
type
,
adv.c:167
adv_send()
ad
.
type
=
adv_type
[
BLE_MESH_ADV
(
buf
)
->
type
]
;
adv.c:182
adv_send()
adv
->
type
=
type
;
adv.c:392
bt_mesh_adv_create_from_pool()
BT_DBG
(
"type 0x%02x len %u: %s"
,
BLE_MESH_ADV
(
buf
)
->
type
,
buf
->
len
,
adv.c:487
bt_mesh_adv_send()
adv
->
type
=
type
;
adv.c:84
bt_mesh_adv_create_from_pool()
BT_DBG
(
"buf %p, type 0x%02x len %u: %s"
,
buf
,
BT_MESH_ADV
(
buf
)
->
type
,
buf
->
om_len
,
adv.c:103
bt_mesh_adv_send()
BT_DBG
(
"type %u om_len %u: %s"
,
BT_MESH_ADV
(
buf
)
->
type
,
adv_legacy.c:102
adv_send()
ad
.
type
=
adv_type
[
BT_MESH_ADV
(
buf
)
->
type
]
;
adv_legacy.c:108
adv_send()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
bt_mesh_adv::type
is written by 1 function and is read by 2 functions:
bt_mesh_adv_create_from_pool()
All items filtered out
bt_mesh_adv::type
adv_send()
bt_mesh_adv_send()
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