ESP-IDF
bt_mesh_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_conn::handle
bt_mesh_conn::handle field
Syntax
Show:
Summary
Declaration
from
adapter.h:452
uint16_t
handle
;
Examples
References
from
examples
Code
Location
Referrer
uint16_t
handle
;
adapter.h:452
bt_mesh_gatts_conn
[
index
]
.
handle
=
BLE_MESH_GATT_GET_CONN_ID
(
p_data
->
conn
.
conn_id
)
;
adapter.c:663
bt_mesh_bta_gatts_cb()
bt_mesh_gatts_conn
[
index
]
.
handle
=
BLE_MESH_GATT_GET_CONN_ID
(
p_data
->
conn
.
conn_id
)
;
adapter.c:682
bt_mesh_bta_gatts_cb()
uint16_t
conn_id
=
BLE_MESH_GATT_CREATE_CONN_ID
(
bt_mesh_gatts_if
,
conn
->
handle
)
;
adapter.c:1067
bt_mesh_gatts_disconnect()
uint16_t
conn_id
=
BLE_MESH_GATT_CREATE_CONN_ID
(
bt_mesh_gatts_if
,
conn
->
handle
)
;
adapter.c:1084
bt_mesh_gatts_notify()
if
(
bt_mesh_gattc_info
[
i
]
.
conn
.
handle
==
0xFFFF
&&
adapter.c:1166
bt_mesh_gattc_get_free_conn_count()
if
(
(
bt_mesh_gattc_info
[
i
]
.
conn
.
handle
==
0xFFFF
)
&&
adapter.c:1228
bt_mesh_gattc_conn_create()
conn_id
=
BLE_MESH_GATT_CREATE_CONN_ID
(
bt_mesh_gattc_if
,
bt_mesh_gattc_info
[
index
]
.
conn
.
handle
)
;
adapter.c:1275
bt_mesh_gattc_exchange_mtu()
conn_id
=
BLE_MESH_GATT_CREATE_CONN_ID
(
bt_mesh_gattc_if
,
bt_mesh_gattc_info
[
i
]
.
conn
.
handle
)
;
adapter.c:1302
bt_mesh_gattc_write_no_rsp()
conn_id
=
BLE_MESH_GATT_CREATE_CONN_ID
(
bt_mesh_gattc_if
,
bt_mesh_gattc_info
[
i
]
.
conn
.
handle
)
;
adapter.c:1329
bt_mesh_gattc_disconnect()
if
(
bt_mesh_gattc_info
[
i
]
.
conn
.
handle
==
handle
)
{
adapter.c:1373
bt_mesh_bta_gattc_cb()
if
(
bt_mesh_gattc_info
[
i
]
.
conn
.
handle
==
handle
)
{
adapter.c:1394
bt_mesh_bta_gattc_cb()
if
(
bt_mesh_gattc_info
[
i
]
.
conn
.
handle
==
handle
)
{
adapter.c:1412
bt_mesh_bta_gattc_cb()
if
(
bt_mesh_gattc_info
[
i
]
.
conn
.
handle
==
handle
)
{
adapter.c:1553
bt_mesh_bta_gattc_cb()
if
(
bt_mesh_gattc_info
[
i
]
.
conn
.
handle
==
handle
)
{
adapter.c:1600
bt_mesh_bta_gattc_cb()
bt_mesh_gattc_info
[
i
]
.
conn
.
handle
=
BLE_MESH_GATT_GET_CONN_ID
(
p_data
->
connect
.
conn_id
)
;
adapter.c:1686
bt_mesh_bta_gattc_cb()
if
(
bt_mesh_gattc_info
[
i
]
.
conn
.
handle
==
handle
)
{
adapter.c:1707
bt_mesh_bta_gattc_cb()
bt_mesh_gattc_info
[
i
]
.
conn
.
handle
=
0xFFFF
;
adapter.c:1738
bt_mesh_bta_gattc_cb()
BT_DBG
(
"handle %u ref %u"
,
conn
->
handle
,
bt_mesh_atomic_get
(
&
conn
->
ref
)
)
;
adapter.c:1761
bt_mesh_conn_ref()
BT_DBG
(
"handle %u ref %u"
,
conn
->
handle
,
bt_mesh_atomic_get
(
&
conn
->
ref
)
)
;
adapter.c:1770
bt_mesh_conn_unref()
bt_mesh_gattc_info
[
i
]
.
conn
.
handle
=
0xFFFF
;
adapter.c:1801
bt_mesh_gatt_init()
bt_mesh_gattc_info
[
i
]
.
conn
.
handle
=
0xFFFF
;
adapter.c:1828
bt_mesh_gatt_deinit()
BT_DBG
(
"conn %p, handle is %d, reason 0x%02x"
,
conn
,
conn
->
handle
,
reason
)
;
proxy_client.c:483
proxy_disconnected()
proxy_server_connect_cb
(
conn
->
handle
)
;
proxy_server.c:867
proxy_connected()
proxy_server_disconnect_cb
(
conn
->
handle
,
reason
)
;
proxy_server.c:887
proxy_disconnected()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
bt_mesh_conn::handle
is written by 4 functions and is read by 12 functions:
bt_mesh_bta_gatts_cb()
bt_mesh_bta_gattc_cb()
bt_mesh_gatt_init()
bt_mesh_gatt_deinit()
All items filtered out
bt_mesh_conn::handle
bt_mesh_gatts_disconnect()
bt_mesh_gatts_notify()
bt_mesh_gattc_get_free_conn_count()
bt_mesh_gattc_conn_create()
bt_mesh_gattc_exchange_mtu()
bt_mesh_gattc_write_no_rsp()
bt_mesh_gattc_disconnect()
bt_mesh_bta_gattc_cb()
bt_mesh_conn_ref()
bt_mesh_conn_unref()
proxy_disconnected()
proxy_connected()
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