ESP-IDF
prov_link::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
prov_link::conn_handle
prov_link::conn_handle field
Syntax
Show:
Summary
Declaration
from
pb_gatt.c:27
uint16_t
conn_handle
;
Examples
References
from
examples
Code
Location
Referrer
uint16_t
conn_handle
;
pb_gatt.c:27
link
.
conn_handle
=
BLE_HS_CONN_HANDLE_NONE
;
pb_gatt.c:45
reset_state()
if
(
!
link
.
conn_handle
)
{
pb_gatt.c:64
protocol_timeout()
if
(
link
.
conn_handle
!=
conn_handle
||
!
link
.
cb
)
{
pb_gatt.c:78
bt_mesh_pb_gatt_recv()
if
(
link
.
conn_handle
)
{
pb_gatt.c:99
bt_mesh_pb_gatt_open()
link
.
conn_handle
=
conn_handle
;
pb_gatt.c:103
bt_mesh_pb_gatt_open()
if
(
link
.
conn_handle
!=
conn_handle
)
{
pb_gatt.c:115
bt_mesh_pb_gatt_close()
if
(
!
link
.
conn_handle
)
{
pb_gatt.c:142
buf_send()
return
bt_mesh_pb_gatt_send
(
link
.
conn_handle
,
buf
)
;
pb_gatt.c:151
buf_send()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
prov_link::conn_handle
is written by 2 functions and is read by 5 functions:
reset_state()
bt_mesh_pb_gatt_open()
All items filtered out
prov_link::conn_handle
protocol_timeout()
bt_mesh_pb_gatt_recv()
bt_mesh_pb_gatt_open()
bt_mesh_pb_gatt_close()
buf_send()
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