ESP-IDF
btc_dm_local_key_id_t
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (1/5)...
Files
loading (4/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
btc_dm_local_key_id_t
btc_dm_local_key_id_t struct
Syntax
Show:
Summary
Declaration
from
btc_dm.h:46
typedef
struct
{
uint8_t
ir
[
BT_OCTET16_LEN
]
;
uint8_t
irk
[
BT_OCTET16_LEN
]
;
uint8_t
dhk
[
BT_OCTET16_LEN
]
;
}
btc_dm_local_key_id_t
;
Fields
Field
Declared as
btc_dm_local_key_id_t::ir
uint8_t
[
BT_OCTET16_LEN
]
btc_dm_local_key_id_t::irk
uint8_t
[
BT_OCTET16_LEN
]
btc_dm_local_key_id_t::dhk
uint8_t
[
BT_OCTET16_LEN
]
Examples
References
from
examples
Code
Location
Scope
Referrer
typedef
struct
btc_dm.h:46
}
btc_dm_local_key_id_t
;
btc_dm.h:51
btc_dm_local_key_id_t
btc_dm_local_key_id_t
id_keys
;
/* ID kyes */
btc_dm.h:58
btc_dm_local_key_cb_t
btc_dm_local_key_cb_t::id_keys
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
btc_dm_local_key_cb_t::id_keys
btc_dm_local_key_cb_t
btc_dm.h:58
Lifecycle
from
examples
All items filtered out
All items filtered out