ESP-IDF
bt_mesh_prov_conn_cb::proxy_write_descr
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_prov_conn_cb::proxy_write_descr
bt_mesh_prov_conn_cb::proxy_write_descr field
Syntax
Show:
Summary
Declaration
from
adapter.h:538
ssize_t
(
*
proxy_write_descr
)
(
bt_mesh_addr_t
*
addr
,
struct
bt_mesh_conn
*
conn
)
;
Examples
References
from
examples
Code
Location
Referrer
ssize_t
(
*
proxy_write_descr
)
(
bt_mesh_addr_t
*
addr
,
struct
bt_mesh_conn
*
conn
)
;
adapter.h:538
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()
Call Tree
from
examples
bt_mesh_prov_conn_cb::proxy_write_descr
is called by 1 function:
bt_mesh_bta_gattc_cb()
All items filtered out
bt_mesh_prov_conn_cb::proxy_write_descr
All items filtered out
Data Use
from
examples
bt_mesh_prov_conn_cb::proxy_write_descr
is read by 1 function:
All items filtered out
bt_mesh_prov_conn_cb::proxy_write_descr
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