ESP-IDF
BEARER_CTL
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (4/5)...
Files
loading (4/5)...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
BEARER_CTL
BEARER_CTL macro
Syntax
Show:
Summary
Declaration
from
prov_common.h:111
#define
BEARER_CTL
(
gpc
)
(
(
gpc
)
>
>
2
)
Arguments
Argument
gpc
Examples
References
from
examples
Code
Location
#define
BEARER_CTL
(
gpc
)
(
gpc
>
>
2
)
pb_adv.c:38
#define
BEARER_CTL
(
gpc
)
(
(
gpc
)
>
>
2
)
prov_common.h:111
BT_DBG
(
"op 0x%02x len %u"
,
BEARER_CTL
(
rx
->
gpc
)
,
buf
->
om_len
)
;
pb_adv.c:506
switch
(
BEARER_CTL
(
rx
->
gpc
)
)
{
pb_adv.c:508
BT_ERR
(
"Unknown bearer opcode: 0x%02x"
,
BEARER_CTL
(
rx
->
gpc
)
)
;
pb_adv.c:527
bt_test_mesh_prov_invalid_bearer
(
BEARER_CTL
(
rx
->
gpc
)
)
;
pb_adv.c:530
BT_DBG
(
"op 0x%02x len %u"
,
BEARER_CTL
(
rx
->
gpc
)
,
buf
->
len
)
;
prov_node.c:1112
switch
(
BEARER_CTL
(
rx
->
gpc
)
)
{
prov_node.c:1114
BT_ERR
(
"Unknown bearer opcode: 0x%02x"
,
BEARER_CTL
(
rx
->
gpc
)
)
;
prov_node.c:1142
BT_DBG
(
"op 0x%02x len %u"
,
BEARER_CTL
(
rx
->
gpc
)
,
buf
->
len
)
;
prov_pvnr.c:2378
switch
(
BEARER_CTL
(
rx
->
gpc
)
)
{
prov_pvnr.c:2380
BT_ERR
(
"Unknown bearer opcode 0x%02x"
,
BEARER_CTL
(
rx
->
gpc
)
)
;
prov_pvnr.c:2401
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
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