ESP-IDF
bt_mesh_proxy_role::conn_handle
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
bt_mesh_proxy_role::conn_handle
bt_mesh_proxy_role::conn_handle field
Syntax
Show:
Summary
Declaration
from
proxy_msg.h:34
uint16_t
conn_handle
;
Examples
References
from
examples
Code
Location
Referrer
uint16_t
conn_handle
;
proxy_msg.h:34
bt_mesh_pb_gatt_recv
(
role
->
conn_handle
,
role
->
buf
)
;
pb_gatt_srv.c:91
proxy_msg_recv()
if
(
conn_handle
!=
cli
->
conn_handle
)
{
pb_gatt_srv.c:127
gatt_recv_prov()
if
(
cli
->
conn_handle
!=
conn_handle
)
{
pb_gatt_srv.c:185
prov_ccc_write()
if
(
!
cli
||
cli
->
conn_handle
!=
conn_handle
)
{
pb_gatt_srv.c:363
bt_mesh_pb_gatt_send()
if
(
role
->
conn_handle
)
{
proxy_msg.c:62
proxy_sar_timeout()
rc
=
ble_gap_terminate
(
role
->
conn_handle
,
proxy_msg.c:63
proxy_sar_timeout()
uint16_t
conn_handle
=
role
->
conn_handle
;
proxy_msg.c:142
bt_mesh_proxy_msg_send()
&
bufs
[
role
->
conn_handle
*
proxy_msg.c:195
proxy_msg_init()
role
->
conn_handle
=
conn_handle
;
proxy_msg.c:213
bt_mesh_proxy_role_setup()
role
->
conn_handle
=
BLE_HS_CONN_HANDLE_NONE
;
proxy_msg.c:230
bt_mesh_proxy_role_cleanup()
proxy_filter_recv
(
role
->
conn_handle
,
&
rx
,
buf
)
;
proxy_srv.c:287
proxy_cfg()
rc
=
ble_gap_terminate
(
client
->
cli
->
conn_handle
,
proxy_srv.c:698
bt_mesh_proxy_gatt_disconnect()
client
=
find_client
(
cli
->
conn_handle
)
;
proxy_srv.c:733
bt_mesh_proxy_addr_add()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
bt_mesh_proxy_role::conn_handle
is written by 2 functions and is read by 10 functions:
bt_mesh_proxy_role_setup()
bt_mesh_proxy_role_cleanup()
All items filtered out
bt_mesh_proxy_role::conn_handle
proxy_msg_recv()
gatt_recv_prov()
prov_ccc_write()
bt_mesh_pb_gatt_send()
proxy_sar_timeout()
bt_mesh_proxy_msg_send()
proxy_msg_init()
proxy_cfg()
bt_mesh_proxy_gatt_disconnect()
bt_mesh_proxy_addr_add()
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