ESP-IDF
bt_mesh_gattc_conn_cb
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_gattc_conn_cb
bt_mesh_gattc_conn_cb variable
Syntax
Show:
Summary
Declaration
from
adapter.c:103
static
struct
bt_mesh_prov_conn_cb
*
bt_mesh_gattc_conn_cb
;
Examples
References
from
examples
Code
Location
Referrer
static
struct
bt_mesh_prov_conn_cb
*
bt_mesh_gattc_conn_cb
;
adapter.c:103
bt_mesh_gattc_conn_cb
=
cb
;
adapter.c:1152
bt_mesh_gattc_conn_cb_register()
bt_mesh_gattc_conn_cb
=
NULL
;
adapter.c:1157
bt_mesh_gattc_conn_cb_deregister()
if
(
bt_mesh_gattc_conn_cb
!=
NULL
&&
bt_mesh_gattc_conn_cb
->
prov_write_descr
!=
NULL
)
{
adapter.c:1571
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()
if
(
bt_mesh_gattc_conn_cb
!=
NULL
&&
bt_mesh_gattc_conn_cb
->
proxy_write_descr
!=
NULL
)
{
adapter.c:1581
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_conn_cb
!=
NULL
&&
bt_mesh_gattc_conn_cb
->
prov_notify
!=
NULL
)
{
adapter.c:1625
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()
if
(
bt_mesh_gattc_conn_cb
!=
NULL
&&
bt_mesh_gattc_conn_cb
->
proxy_notify
!=
NULL
)
{
adapter.c:1636
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()
if
(
bt_mesh_gattc_conn_cb
!=
NULL
&&
bt_mesh_gattc_conn_cb
->
connected
!=
NULL
)
{
adapter.c:1683
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_conn_cb
!=
NULL
&&
bt_mesh_gattc_conn_cb
->
disconnected
!=
NULL
)
{
adapter.c:1704
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()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
bt_mesh_gattc_conn_cb
is written by 2 functions and is read by 1 function:
bt_mesh_gattc_conn_cb_register()
bt_mesh_gattc_conn_cb_deregister()
All items filtered out
bt_mesh_gattc_conn_cb
bt_mesh_bta_gattc_cb()
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