ESP-IDF
bt_mesh_subnet::keys
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_mesh_subnet::keys
bt_mesh_subnet::keys field
Syntax
Show:
Summary
Declaration
from
net.h:79
struct
bt_mesh_subnet_keys
{
uint8_t
net
[
16
]
;
uint8_t
nid
;
uint8_t
enc
[
16
]
;
uint8_t
net_id
[
8
]
;
#if
CONFIG_BLE_MESH_GATT_PROXY_SERVER
uint8_t
identity
[
16
]
;
#endif
uint8_t
privacy
[
16
]
;
uint8_t
beacon
[
16
]
;
#if
CONFIG_BLE_MESH_PRIVATE_BEACON
uint8_t
private_beacon
[
16
]
;
#endif
#if
CONFIG_BLE_MESH_DF_SRV
uint8_t
direct_nid
;
uint8_t
direct_enc
[
16
]
;
uint8_t
direct_privacy
[
16
]
;
#endif
}
keys
[
2
]
;
Examples
References
from
examples
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