ESP-IDF
BT_DH_KEY_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_DH_KEY_LEN
BT_DH_KEY_LEN macro
Syntax
Show:
Summary
Declaration
from
glue.h:76
#define
BT_DH_KEY_LEN
(
BT_ECC_KEY_SIZE
)
Examples
References
from
examples
Code
Location
#define
BT_DH_KEY_LEN
(
BT_ECC_KEY_SIZE
)
glue.h:76
typedef
void
(
*
bt_dh_key_cb_t
)
(
const
uint8_t
key
[
BT_DH_KEY_LEN
]
)
;
glue.h:422
uint8_t
dhkey
[
BT_DH_KEY_LEN
]
;
/* Calculated DHKey */
prov.h:122
BT_DBG
(
"DHkey: %s"
,
bt_hex
(
bt_mesh_prov_link
.
dhkey
,
BT_DH_KEY_LEN
)
)
;
prov_device.c:272
static
void
prov_dh_key_cb
(
const
uint8_t
dhkey
[
BT_DH_KEY_LEN
]
)
prov_device.c:282
sys_memcpy_swap
(
bt_mesh_prov_link
.
dhkey
,
dhkey
,
BT_DH_KEY_LEN
)
;
prov_device.c:292
static
void
prov_dh_key_cb
(
const
uint8_t
dhkey
[
BT_DH_KEY_LEN
]
)
provisioner.c:348
sys_memcpy_swap
(
bt_mesh_prov_link
.
dhkey
,
dhkey
,
BT_DH_KEY_LEN
)
;
provisioner.c:358
BT_DBG
(
"DHkey: %s"
,
bt_hex
(
bt_mesh_prov_link
.
dhkey
,
BT_DH_KEY_LEN
)
)
;
provisioner.c:360
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