ESP-IDF
pb_gatt
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
pb_gatt
pb_gatt variable
Syntax
Show:
Summary
Declaration
Definition
from
prov_bearer.h:110
extern
const
struct
prov_bearer
pb_gatt
;
Implemented in
pb_gatt.c:168
Examples
References
from
examples
Code
Location
Referrer
const
struct
prov_bearer
pb_gatt
=
{
pb_gatt.c:168
extern
const
struct
prov_bearer
pb_gatt
;
prov_bearer.h:110
cb
->
link_closed
(
&
pb_gatt
,
cb_data
,
status
)
;
pb_gatt.c:59
link_closed()
link
.
cb
->
recv
(
&
pb_gatt
,
link
.
cb_data
,
buf
)
;
pb_gatt.c:90
bt_mesh_pb_gatt_recv()
link
.
cb
->
link_opened
(
&
pb_gatt
,
link
.
cb_data
)
;
pb_gatt.c:106
bt_mesh_pb_gatt_open()
link
.
cb
->
link_closed
(
&
pb_gatt
,
link
.
cb_data
,
pb_gatt.c:120
bt_mesh_pb_gatt_close()
pb_gatt
.
link_accept
(
bt_mesh_prov_bearer_cb_get
(
)
,
NULL
)
;
prov_device.c:605
bt_mesh_prov_enable()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
pb_gatt
is read by 1 function:
All items filtered out
pb_gatt
bt_mesh_prov_enable()
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