ESP-IDF
bt_mesh_prov_link::pb_gatt_send
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (4/5)...
Files
loading (4/5)...
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_link::pb_gatt_send
bt_mesh_prov_link::pb_gatt_send field
Syntax
Show:
Summary
Declaration
from
prov_common.h:246
int
(
*
pb_gatt_send
)
(
struct
bt_mesh_prov_link
*
link
,
struct
net_buf_simple
*
msg
)
;
Examples
References
from
examples
Code
Location
Referrer
int
(
*
pb_gatt_send
)
(
struct
bt_mesh_prov_link
*
link
,
struct
net_buf_simple
*
msg
)
;
prov_common.h:246
return
!!
LINK
(
link
)
->
pb_gatt_send
;
ext.c:1737
bt_mesh_ext_prov_link_pb_gatt_exist()
assert
(
LINK
(
link
)
->
pb_gatt_send
)
;
ext.c:1747
bt_mesh_ext_prov_link_pb_gatt_send()
return
LINK
(
link
)
->
pb_gatt_send
(
link
,
msg
)
;
ext.c:1748
bt_mesh_ext_prov_link_pb_gatt_send()
if
(
link
->
pb_gatt_send
)
{
prov_common.c:675
bt_mesh_prov_send()
return
link
->
pb_gatt_send
(
link
,
buf
)
;
prov_common.c:676
bt_mesh_prov_send()
prov_link
.
pb_gatt_send
=
prov_send_gatt
;
prov_node.c:116
reset_state()
link
->
pb_gatt_send
=
prov_send_gatt
;
prov_pvnr.c:2751
bt_mesh_provisioner_pb_gatt_close()
prov_links
[
i
]
.
pb_gatt_send
=
prov_send_gatt
;
prov_pvnr.c:2818
bt_mesh_provisioner_prov_init()
Call Tree
from
examples
bt_mesh_prov_link::pb_gatt_send
is called by 2 functions:
bt_mesh_prov_send()
bt_mesh_ext_prov_link_pb_gatt_send()
All items filtered out
bt_mesh_prov_link::pb_gatt_send
All items filtered out
Data Use
from
examples
bt_mesh_prov_link::pb_gatt_send
is written by 3 functions and is read by 3 functions:
reset_state()
bt_mesh_provisioner_pb_gatt_close()
bt_mesh_provisioner_prov_init()
All items filtered out
bt_mesh_prov_link::pb_gatt_send
bt_mesh_prov_send()
bt_mesh_ext_prov_link_pb_gatt_exist()
bt_mesh_ext_prov_link_pb_gatt_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
bt_mesh_prov_link::pb_gatt_send
implements 1 functions:
prov_send_gatt()
All items filtered out
bt_mesh_prov_link::pb_gatt_send
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out