esp_zigbee_gateway sample
esp_zb_touchlink_key_bitmask_s
is only used within esp_zigbee_gateway sample.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Values
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
esp_zigbee_gateway sample
esp_zb_touchlink_key_bitmask_s
esp_zb_touchlink_key_bitmask_s enum
Syntax
Show:
Summary
Declaration
from
esp_zigbee_bdb_touchlink.h:40
enum
esp_zb_touchlink_key_bitmask_s
{
ESP_ZB_TOUCHLINK_MASTER_KEY
=
(
1U
<
<
4
)
,
ESP_ZB_TOUCHLINK_CERTIFICATION_KEY
=
(
1U
<
<
15
)
,
}
;
Values
Value
Declared as
Description
esp_zb_touchlink_key_bitmask_s::ESP_ZB_TOUCHLINK_MASTER_KEY
=
(
1U
<
<
4
)
Master key is a secret shared by all certified touchlink devices.
esp_zb_touchlink_key_bitmask_s::ESP_ZB_TOUCHLINK_CERTIFICATION_KEY
=
(
1U
<
<
15
)
Certification key is is used to allow testing of the security mechanisms.
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