ESP-IDF
tSMP_PUBLIC_KEY
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (2/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
tSMP_PUBLIC_KEY
tSMP_PUBLIC_KEY struct
Syntax
Show:
Summary
Declaration
from
smp_api.h:230
typedef
struct
{
BT_OCTET32
x
;
BT_OCTET32
y
;
}
tSMP_PUBLIC_KEY
;
Fields
Field
Declared as
tSMP_PUBLIC_KEY::x
BT_OCTET32
tSMP_PUBLIC_KEY::y
BT_OCTET32
Examples
References
from
examples
Code
Location
Scope
Referrer
typedef
struct
{
smp_api.h:230
}
tSMP_PUBLIC_KEY
;
smp_api.h:233
tSMP_PUBLIC_KEY
tSMP_PUBLIC_KEY
publ_key_used
;
/* P-256(private_key_used, curve_p256.G) */
smp_api.h:246
tSMP_LOC_OOB_DATA
tSMP_LOC_OOB_DATA::publ_key_used
tSMP_PUBLIC_KEY
loc_publ_key
;
smp_int.h:294
tSMP_CB
tSMP_CB::loc_publ_key
tSMP_PUBLIC_KEY
peer_publ_key
;
smp_int.h:295
tSMP_CB
tSMP_CB::peer_publ_key
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
Instance
Scope
Location
Project
tSMP_LOC_OOB_DATA::publ_key_used
tSMP_LOC_OOB_DATA
smp_api.h:246
tSMP_CB::loc_publ_key
tSMP_CB
smp_int.h:294
tSMP_CB::peer_publ_key
tSMP_CB
smp_int.h:295
Lifecycle
from
examples
All items filtered out
All items filtered out