ESP-IDF
PROV_XMIT
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
PROV_XMIT
PROV_XMIT macro
Syntax
Show:
Summary
Declaration
from
prov_common.c:132
#define
PROV_XMIT
BLE_MESH_TRANSMIT
(
2
,
20
)
Examples
References
from
examples
Code
Location
#define
PROV_XMIT
BT_MESH_TRANSMIT
(
0
,
20
)
beacon.c:35
#define
PROV_XMIT
BLE_MESH_TRANSMIT
(
2
,
20
)
prov_common.c:132
buf
=
bt_mesh_adv_create
(
BT_MESH_ADV_BEACON
,
PROV_XMIT
,
K_NO_WAIT
)
;
beacon.c:105
bt_mesh_adv_send
(
buf
,
PROV_XMIT
,
complete
,
link
)
;
prov_common.c:346
bt_mesh_adv_send
(
buf
,
PROV_XMIT
,
NULL
,
NULL
)
;
prov_common.c:484
bt_mesh_adv_send
(
buf
,
PROV_XMIT
,
&
buf_sent_cb
,
link
)
;
prov_common.c:486
xmit
=
(
op
==
LINK_CLOSE
)
?
CLOSE_XMIT
:
PROV_XMIT
;
prov_common.c:543
send_reliable
(
link
,
PROV_XMIT
)
;
prov_common.c:634
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