ESP-IDF
GPCF
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (3/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
GPCF
GPCF macro
Syntax
Show:
Summary
Declaration
from
prov_common.h:98
#define
GPCF
(
gpc
)
(
(
gpc
)
&
0x03
)
Arguments
Argument
gpc
Examples
References
from
examples
Code
Location
#define
GPCF
(
gpc
)
(
gpc
&
0x03
)
pb_adv.c:25
#define
GPCF
(
gpc
)
(
(
gpc
)
&
0x03
)
prov_common.h:98
if
(
buf
->
om_len
<
gen_prov
[
GPCF
(
rx
->
gpc
)
]
.
min_len
)
{
pb_adv.c:550
BT_ERR
(
"Too short GPC message type %u"
,
GPCF
(
rx
->
gpc
)
)
;
pb_adv.c:551
gen_prov
[
GPCF
(
rx
->
gpc
)
]
.
require_link
)
{
pb_adv.c:556
gen_prov
[
GPCF
(
rx
->
gpc
)
]
.
func
(
rx
,
buf
)
;
pb_adv.c:561
if
(
buf
->
len
<
gen_prov
[
GPCF
(
rx
->
gpc
)
]
.
min_len
)
{
prov_node.c:1303
BT_ERR
(
"Too short GPC message type %u"
,
GPCF
(
rx
->
gpc
)
)
;
prov_node.c:1304
gen_prov
[
GPCF
(
rx
->
gpc
)
]
.
require_link
)
{
prov_node.c:1309
gen_prov
[
GPCF
(
rx
->
gpc
)
]
.
func
(
rx
,
buf
)
;
prov_node.c:1314
if
(
buf
->
len
<
gen_prov
[
GPCF
(
rx
->
gpc
)
]
.
min_len
)
{
prov_pvnr.c:2555
BT_ERR
(
"Too short GPC message type %u"
,
GPCF
(
rx
->
gpc
)
)
;
prov_pvnr.c:2556
gen_prov
[
GPCF
(
rx
->
gpc
)
]
.
require_link
)
{
prov_pvnr.c:2561
gen_prov
[
GPCF
(
rx
->
gpc
)
]
.
func
(
link
,
rx
,
buf
)
;
prov_pvnr.c:2566
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