ESP-IDF
BLE_MESH_ADV
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
BLE_MESH_ADV
BLE_MESH_ADV macro
Syntax
Show:
Summary
Declaration
from
adv.h:27
#define
BLE_MESH_ADV
(
buf
)
(
*
(
struct
bt_mesh_adv
*
*
)
net_buf_user_data
(
buf
)
)
Arguments
Argument
buf
Examples
References
from
examples
Code
Location
#define
BLE_MESH_ADV
(
buf
)
(
*
(
struct
bt_mesh_adv
*
*
)
net_buf_user_data
(
buf
)
)
adv.h:27
const
struct
bt_mesh_send_cb
*
cb
=
BLE_MESH_ADV
(
buf
)
->
cb
;
adv.c:160
void
*
cb_data
=
BLE_MESH_ADV
(
buf
)
->
cb_data
;
adv.c:161
BT_DBG
(
"type %u len %u: %s"
,
BLE_MESH_ADV
(
buf
)
->
type
,
adv.c:167
BLE_MESH_TRANSMIT_INT
(
BLE_MESH_ADV
(
buf
)
->
xmit
)
)
;
adv.c:174
duration
=
(
BLE_MESH_TRANSMIT_COUNT
(
BLE_MESH_ADV
(
buf
)
->
xmit
)
+
1
)
*
adv.c:175
BLE_MESH_TRANSMIT_COUNT
(
BLE_MESH_ADV
(
buf
)
->
xmit
)
+
1
,
adv_int
,
adv.c:179
ad
.
type
=
adv_type
[
BLE_MESH_ADV
(
buf
)
->
type
]
;
adv.c:182
BLE_MESH_ADV
(
buf
)
=
adv
;
adv.c:388
BT_DBG
(
"type 0x%02x len %u: %s"
,
BLE_MESH_ADV
(
buf
)
->
type
,
buf
->
len
,
adv.c:487
BLE_MESH_ADV
(
buf
)
->
cb
=
cb
;
adv.c:490
BLE_MESH_ADV
(
buf
)
->
cb_data
=
cb_data
;
adv.c:491
BLE_MESH_ADV
(
buf
)
->
xmit
=
xmit
;
adv.c:493
#define
BLE_MESH_ADV_BUSY
(
buf
)
(
BLE_MESH_ADV
(
buf
)
->
busy
)
adv.h:28
bt_mesh_adv_send
(
buf
,
BLE_MESH_ADV
(
buf
)
->
xmit
,
cb
,
cb_data
)
;
net.c:929
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
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