ESP-IDF
BLE_MESH_CHECK_SEND_STATUS
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (2/5)...
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_CHECK_SEND_STATUS
BLE_MESH_CHECK_SEND_STATUS macro
Syntax
Show:
Summary
Declaration
from
server_common.h:22
#define
BLE_MESH_CHECK_SEND_STATUS
(
_func
)
do
{
\
int
__status
=
(
_func
)
;
\
if
(
__status
)
{
\
BT_ERR
(
"%s, Send failed, err %d"
,
__func__
,
__status
)
;
\
}
\
}
while
(
0
)
;
Arguments
Argument
_func
Examples
References
from
examples
Code
Location
#define
BLE_MESH_CHECK_SEND_STATUS
(
_func
)
do
{
\
server_common.h:22
BLE_MESH_CHECK_SEND_STATUS
(
bt_mesh_model_send
(
model
,
ctx
,
msg
,
NULL
,
NULL
)
)
;
generic_server.c:72
BLE_MESH_CHECK_SEND_STATUS
(
bt_mesh_model_publish
(
model
)
)
;
generic_server.c:75
BLE_MESH_CHECK_SEND_STATUS
(
bt_mesh_model_send
(
model
,
ctx
,
msg
,
NULL
,
NULL
)
)
;
generic_server.c:249
BLE_MESH_CHECK_SEND_STATUS
(
bt_mesh_model_publish
(
model
)
)
;
generic_server.c:252
BLE_MESH_CHECK_SEND_STATUS
(
bt_mesh_model_send
(
model
,
ctx
,
msg
,
NULL
,
NULL
)
)
;
generic_server.c:658
BLE_MESH_CHECK_SEND_STATUS
(
bt_mesh_model_publish
(
model
)
)
;
generic_server.c:661
BLE_MESH_CHECK_SEND_STATUS
(
bt_mesh_model_send
(
model
,
ctx
,
msg
,
NULL
,
NULL
)
)
;
generic_server.c:777
BLE_MESH_CHECK_SEND_STATUS
(
bt_mesh_model_publish
(
model
)
)
;
generic_server.c:780
BLE_MESH_CHECK_SEND_STATUS
(
bt_mesh_model_send
(
model
,
ctx
,
msg
,
NULL
,
NULL
)
)
;
generic_server.c:956
BLE_MESH_CHECK_SEND_STATUS
(
bt_mesh_model_publish
(
model
)
)
;
generic_server.c:959
BLE_MESH_CHECK_SEND_STATUS
(
bt_mesh_model_send
(
model
,
ctx
,
&
msg
,
NULL
,
NULL
)
)
;
generic_server.c:1278
BLE_MESH_CHECK_SEND_STATUS
(
bt_mesh_model_send
(
model
,
ctx
,
msg
,
NULL
,
NULL
)
)
;
generic_server.c:1348
BLE_MESH_CHECK_SEND_STATUS
(
bt_mesh_model_publish
(
model
)
)
;
generic_server.c:1351
BLE_MESH_CHECK_SEND_STATUS
(
bt_mesh_model_send
(
model
,
ctx
,
msg
,
NULL
,
NULL
)
)
;
generic_server.c:1569
BLE_MESH_CHECK_SEND_STATUS
(
bt_mesh_model_publish
(
model
)
)
;
generic_server.c:1572
BLE_MESH_CHECK_SEND_STATUS
(
bt_mesh_model_send
(
model
,
ctx
,
msg
,
NULL
,
NULL
)
)
;
generic_server.c:1622
BLE_MESH_CHECK_SEND_STATUS
(
bt_mesh_model_send
(
model
,
ctx
,
msg
,
NULL
,
NULL
)
)
;
generic_server.c:1765
BLE_MESH_CHECK_SEND_STATUS
(
bt_mesh_model_publish
(
model
)
)
;
generic_server.c:1768
BLE_MESH_CHECK_SEND_STATUS
(
bt_mesh_model_send
(
model
,
ctx
,
msg
,
NULL
,
NULL
)
)
;
generic_server.c:1811
BLE_MESH_CHECK_SEND_STATUS
(
bt_mesh_model_send
(
model
,
ctx
,
msg
,
NULL
,
NULL
)
)
;
generic_server.c:1947
BLE_MESH_CHECK_SEND_STATUS
(
bt_mesh_model_publish
(
model
)
)
;
generic_server.c:1950
BLE_MESH_CHECK_SEND_STATUS
(
bt_mesh_model_send
(
model
,
ctx
,
msg
,
NULL
,
NULL
)
)
;
generic_server.c:1993
BLE_MESH_CHECK_SEND_STATUS
(
bt_mesh_model_send
(
model
,
ctx
,
&
msg
,
NULL
,
NULL
)
)
;
generic_server.c:2133
BLE_MESH_CHECK_SEND_STATUS
(
bt_mesh_model_send
(
model
,
ctx
,
sdu
,
NULL
,
NULL
)
)
;
generic_server.c:2154
BLE_MESH_CHECK_SEND_STATUS
(
bt_mesh_model_send
(
model
,
ctx
,
msg
,
NULL
,
NULL
)
)
;
lighting_server.c:121
BLE_MESH_CHECK_SEND_STATUS
(
bt_mesh_model_publish
(
model
)
)
;
lighting_server.c:124
BLE_MESH_CHECK_SEND_STATUS
(
bt_mesh_model_send
(
model
,
ctx
,
msg
,
NULL
,
NULL
)
)
;
lighting_server.c:613
BLE_MESH_CHECK_SEND_STATUS
(
bt_mesh_model_publish
(
model
)
)
;
lighting_server.c:616
BLE_MESH_CHECK_SEND_STATUS
(
bt_mesh_model_send
(
model
,
ctx
,
msg
,
NULL
,
NULL
)
)
;
lighting_server.c:1190
BLE_MESH_CHECK_SEND_STATUS
(
bt_mesh_model_publish
(
model
)
)
;
lighting_server.c:1193
BLE_MESH_CHECK_SEND_STATUS
(
bt_mesh_model_send
(
model
,
ctx
,
msg
,
NULL
,
NULL
)
)
;
lighting_server.c:1852
BLE_MESH_CHECK_SEND_STATUS
(
bt_mesh_model_publish
(
model
)
)
;
lighting_server.c:1855
BLE_MESH_CHECK_SEND_STATUS
(
bt_mesh_model_send
(
model
,
ctx
,
msg
,
NULL
,
NULL
)
)
;
lighting_server.c:2221
BLE_MESH_CHECK_SEND_STATUS
(
bt_mesh_model_publish
(
model
)
)
;
lighting_server.c:2224
BLE_MESH_CHECK_SEND_STATUS
(
bt_mesh_model_send
(
model
,
ctx
,
msg
,
NULL
,
NULL
)
)
;
lighting_server.c:2706
BLE_MESH_CHECK_SEND_STATUS
(
bt_mesh_model_publish
(
model
)
)
;
lighting_server.c:2709
BLE_MESH_CHECK_SEND_STATUS
(
bt_mesh_model_send
(
model
,
ctx
,
msg
,
NULL
,
NULL
)
)
;
sensor_server.c:88
BLE_MESH_CHECK_SEND_STATUS
(
bt_mesh_model_send
(
model
,
ctx
,
msg
,
NULL
,
NULL
)
)
;
sensor_server.c:179
BLE_MESH_CHECK_SEND_STATUS
(
bt_mesh_model_send
(
model
,
ctx
,
msg
,
NULL
,
NULL
)
)
;
sensor_server.c:277
BLE_MESH_CHECK_SEND_STATUS
(
bt_mesh_model_publish
(
model
)
)
;
sensor_server.c:280
BLE_MESH_CHECK_SEND_STATUS
(
bt_mesh_model_send
(
model
,
ctx
,
msg
,
NULL
,
NULL
)
)
;
sensor_server.c:328
BLE_MESH_CHECK_SEND_STATUS
(
bt_mesh_model_send
(
model
,
ctx
,
msg
,
NULL
,
NULL
)
)
;
sensor_server.c:419
BLE_MESH_CHECK_SEND_STATUS
(
bt_mesh_model_publish
(
model
)
)
;
sensor_server.c:422
BLE_MESH_CHECK_SEND_STATUS
(
bt_mesh_model_send
(
model
,
ctx
,
msg
,
NULL
,
NULL
)
)
;
sensor_server.c:496
BLE_MESH_CHECK_SEND_STATUS
(
bt_mesh_model_send
(
model
,
ctx
,
msg
,
NULL
,
NULL
)
)
;
sensor_server.c:571
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