ESP-IDF
bt_mesh_subnet_keys
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Related
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 struct
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
}
;
Fields
Field
Declared as
bt_mesh_subnet_keys::net
uint8_t
[
16
]
bt_mesh_subnet_keys::nid
uint8_t
bt_mesh_subnet_keys::enc
uint8_t
[
16
]
bt_mesh_subnet_keys::net_id
uint8_t
[
8
]
bt_mesh_subnet_keys::identity
uint8_t
[
16
]
bt_mesh_subnet_keys::privacy
uint8_t
[
16
]
bt_mesh_subnet_keys::beacon
uint8_t
[
16
]
bt_mesh_subnet_keys::direct_nid
uint8_t
bt_mesh_subnet_keys::direct_enc
uint8_t
[
16
]
bt_mesh_subnet_keys::direct_privacy
uint8_t
[
16
]
Related Functions
Found 4 other functions taking a
bt_mesh_subnet_keys
argument:
Function
bt_mesh_net_keys_create()
net_keys_create()
auth_match()
auth_match()
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