ESP-IDF
gattc_prov_info::conn
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (1/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
gattc_prov_info::conn
gattc_prov_info::conn field
Syntax
Show:
Summary
Declaration
from
adapter.c:92
struct
bt_mesh_conn
conn
;
Examples
References
from
examples
Code
Location
Referrer
struct
bt_mesh_conn
conn
;
adapter.c:92
if
(
bt_mesh_gattc_info
[
i
]
.
conn
.
handle
==
0xFFFF
&&
adapter.c:1166
bt_mesh_gattc_get_free_conn_count()
if
(
conn
==
&
bt_mesh_gattc_info
[
i
]
.
conn
)
{
adapter.c:1180
bt_mesh_gattc_get_service_uuid()
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()
if
(
conn
==
&
bt_mesh_gattc_info
[
i
]
.
conn
)
{
adapter.c:1285
bt_mesh_gattc_get_mtu_info()
if
(
conn
==
&
bt_mesh_gattc_info
[
i
]
.
conn
)
{
adapter.c:1301
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:1302
bt_mesh_gattc_write_no_rsp()
if
(
conn
==
&
bt_mesh_gattc_info
[
i
]
.
conn
)
{
adapter.c:1328
bt_mesh_gattc_disconnect()
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()
conn
=
&
bt_mesh_gattc_info
[
i
]
.
conn
;
adapter.c:1413
bt_mesh_bta_gattc_cb()
if
(
bt_mesh_gattc_info
[
i
]
.
conn
.
handle
==
handle
)
{
adapter.c:1553
bt_mesh_bta_gattc_cb()
conn
=
&
bt_mesh_gattc_info
[
i
]
.
conn
;
adapter.c:1554
bt_mesh_bta_gattc_cb()
len
=
bt_mesh_gattc_conn_cb
->
prov_write_descr
(
&
bt_mesh_gattc_info
[
i
]
.
addr
,
&
bt_mesh_gattc_info
[
i
]
.
conn
)
;
adapter.c:1572
bt_mesh_bta_gattc_cb()
len
=
bt_mesh_gattc_conn_cb
->
proxy_write_descr
(
&
bt_mesh_gattc_info
[
i
]
.
addr
,
&
bt_mesh_gattc_info
[
i
]
.
conn
)
;
adapter.c:1582
bt_mesh_bta_gattc_cb()
if
(
bt_mesh_gattc_info
[
i
]
.
conn
.
handle
==
handle
)
{
adapter.c:1600
bt_mesh_bta_gattc_cb()
conn
=
&
bt_mesh_gattc_info
[
i
]
.
conn
;
adapter.c:1606
bt_mesh_bta_gattc_cb()
len
=
bt_mesh_gattc_conn_cb
->
prov_notify
(
&
bt_mesh_gattc_info
[
i
]
.
conn
,
adapter.c:1626
bt_mesh_bta_gattc_cb()
len
=
bt_mesh_gattc_conn_cb
->
proxy_notify
(
&
bt_mesh_gattc_info
[
i
]
.
conn
,
adapter.c:1637
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()
(
bt_mesh_gattc_conn_cb
->
connected
)
(
&
bt_mesh_gattc_info
[
i
]
.
addr
,
&
bt_mesh_gattc_info
[
i
]
.
conn
,
i
)
;
adapter.c:1687
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_conn_cb
->
disconnected
)
(
&
bt_mesh_gattc_info
[
i
]
.
addr
,
&
bt_mesh_gattc_info
[
i
]
.
conn
,
p_data
->
disconnect
.
reason
)
;
adapter.c:1708
bt_mesh_bta_gattc_cb()
bt_mesh_gattc_info
[
i
]
.
conn
.
handle
=
0xFFFF
;
adapter.c:1738
bt_mesh_bta_gattc_cb()
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()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
gattc_prov_info::conn
is read by 8 functions:
All items filtered out
gattc_prov_info::conn
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_gatt_init()
bt_mesh_gatt_deinit()
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