ESP-IDF
ble_sm_dhkey_check
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
ble_sm_dhkey_check
ble_sm_dhkey_check struct
| Parameter | Size (octets) | +------------------------------------+-------------------+ | (Code=0x0d) | 1 | | DHKey Check | 16 |
Syntax
Show:
Summary
Declaration
from
ble_sm_priv.h:195
struct
ble_sm_dhkey_check
{
uint8_t
value
[
16
]
;
}
;
Fields
Field
Declared as
ble_sm_dhkey_check::value
uint8_t
[
16
]
Examples
References
from
examples
Code
Location
Scope
Referrer
struct
ble_sm_dhkey_check
{
ble_sm_priv.h:195
struct
ble_sm_dhkey_check
*
cmd
;
ble_sm_sc.c:693
ble_sm_sc_dhkey_check_exec()
struct
ble_sm_dhkey_check
*
cmd
,
ble_sm_sc.c:756
ble_sm_dhkey_check_process()
ble_sm_dhkey_check_process()::cmd
struct
ble_sm_dhkey_check
*
cmd
;
ble_sm_sc.c:842
ble_sm_sc_dhkey_check_rx()
cmd
=
(
struct
ble_sm_dhkey_check
*
)
(
*
om
)
->
om_data
;
ble_sm_sc.c:852
ble_sm_sc_dhkey_check_rx()
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
ble_sm_dhkey_check_process()::cmd
ble_sm_dhkey_check_process()
ble_sm_sc.c:756
Lifecycle
from
examples
All items filtered out
All items filtered out