ESP-IDF
BT_PUB_KEY_COORD_LEN
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_PUB_KEY_COORD_LEN
BT_PUB_KEY_COORD_LEN macro
Syntax
Show:
Summary
Declaration
from
glue.h:70
#define
BT_PUB_KEY_COORD_LEN
(
BT_ECC_KEY_SIZE
)
Examples
References
from
examples
Code
Location
#define
BT_PUB_KEY_COORD_LEN
(
BT_ECC_KEY_SIZE
)
glue.h:70
#define
BT_PUB_KEY_LEN
(
2
*
(
BT_PUB_KEY_COORD_LEN
)
)
glue.h:72
sys_memcpy_swap
(
net_buf_simple_add
(
buf
,
BT_PUB_KEY_COORD_LEN
)
,
key
,
BT_PUB_KEY_COORD_LEN
)
;
prov_device.c:254
sys_memcpy_swap
(
net_buf_simple_add
(
buf
,
BT_PUB_KEY_COORD_LEN
)
,
&
key
[
BT_PUB_KEY_COORD_LEN
]
,
32
)
;
prov_device.c:255
sys_memcpy_swap
(
remote_pk_le
,
remote_pk
,
BT_PUB_KEY_COORD_LEN
)
;
prov_device.c:326
sys_memcpy_swap
(
&
remote_pk_le
[
BT_PUB_KEY_COORD_LEN
]
,
&
remote_pk
[
BT_PUB_KEY_COORD_LEN
]
,
prov_device.c:327
BT_PUB_KEY_COORD_LEN
)
;
prov_device.c:328
sys_memcpy_swap
(
net_buf_simple_add
(
buf
,
BT_PUB_KEY_COORD_LEN
)
,
key
,
BT_PUB_KEY_COORD_LEN
)
;
provisioner.c:333
sys_memcpy_swap
(
net_buf_simple_add
(
buf
,
BT_PUB_KEY_COORD_LEN
)
,
&
key
[
BT_PUB_KEY_COORD_LEN
]
,
provisioner.c:334
BT_PUB_KEY_COORD_LEN
)
;
provisioner.c:335
sys_memcpy_swap
(
remote_pk_le
,
remote_pk
,
BT_PUB_KEY_COORD_LEN
)
;
provisioner.c:385
sys_memcpy_swap
(
&
remote_pk_le
[
BT_PUB_KEY_COORD_LEN
]
,
&
remote_pk
[
BT_PUB_KEY_COORD_LEN
]
,
provisioner.c:386
BT_PUB_KEY_COORD_LEN
)
;
provisioner.c:387
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