ESP-IDF
PROXY_CLI
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (2/5)...
Files
loading (3/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
PROXY_CLI
PROXY_CLI macro
Syntax
Show:
Summary
Declaration
from
ext.c:71
#define
PROXY_CLI
(
a
)
(
(
struct
bt_mesh_proxy_client
*
)
(
a
)
)
Arguments
Argument
a
Examples
References
from
examples
Code
Location
#define
PROXY_CLI
(
a
)
(
(
struct
bt_mesh_proxy_client
*
)
(
a
)
)
ext.c:71
return
PROXY_CLI
(
client
)
->
filter_type
;
ext.c:1884
return
ARRAY_SIZE
(
PROXY_CLI
(
client
)
->
filter
)
;
ext.c:1894
return
sizeof
(
PROXY_CLI
(
client
)
->
filter
)
;
ext.c:1904
return
PROXY_CLI
(
client
)
->
filter
[
index
]
.
addr
;
ext.c:1914
return
PROXY_CLI
(
client
)
->
filter
[
index
]
.
proxy_client
;
ext.c:1924
return
PROXY_CLI
(
client
)
->
proxy_client_type
;
ext.c:1934
return
PROXY_CLI
(
client
)
->
proxy_msg_recv
;
ext.c:1944
return
PROXY_CLI
(
client
)
->
conn
;
ext.c:1954
PROXY_CLI
(
client
)
->
proxy_client_type
=
type
;
ext.c:1964
PROXY_CLI
(
client
)
->
proxy_msg_recv
=
!!
val
;
ext.c:1973
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