ESP-IDF
bt_mesh_proxy_role_setup()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (4/5)...
Files
loading (4/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
bt_mesh_proxy_role_setup()
bt_mesh_proxy_role_setup() function
Syntax
Show:
Summary
Declaration
Definition
from
proxy_msg.h:63
struct
bt_mesh_proxy_role
*
bt_mesh_proxy_role_setup
(
uint16_t
conn_handle
,
proxy_send_cb_t
send
,
proxy_recv_cb_t
recv
)
;
Implemented in
proxy_msg.c:205
Arguments
Argument
conn_handle
send
recv
Examples
References
from
examples
Code
Location
Referrer
struct
bt_mesh_proxy_role
*
bt_mesh_proxy_role_setup
(
uint16_t
conn_handle
,
proxy_msg.c:205
struct
bt_mesh_proxy_role
*
bt_mesh_proxy_role_setup
(
uint16_t
conn_handle
,
proxy_msg.h:63
cli
=
bt_mesh_proxy_role_setup
(
conn_handle
,
gatt_send
,
proxy_msg_recv
)
;
pb_gatt_srv.c:157
gatt_connected_pb_gatt()
client
->
cli
=
bt_mesh_proxy_role_setup
(
conn_handle
,
proxy_send
,
proxy_srv.c:848
gatt_connected()
Call Tree
from
examples
bt_mesh_proxy_role_setup()
is called by 2 functions and calls 1 function:
gatt_connected_pb_gatt()
gatt_connected()
All items filtered out
bt_mesh_proxy_role_setup()
proxy_msg_init()
All items filtered out
Data Use
from
examples
bt_mesh_proxy_role_setup()
reads 2 variables and writes 3 variables:
bt_mesh_proxy_role::cb
roles
All items filtered out
bt_mesh_proxy_role_setup()
bt_mesh_proxy_role::conn_handle
bt_mesh_proxy_role::
::send
bt_mesh_proxy_role::
::recv
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