Zephyr API 3.6.99
|
Device Capabilities. More...
#include <main.h>
Data Fields | |
uint8_t | elem_count |
Number of elements supported by the device. | |
uint16_t | algorithms |
Supported algorithms and other capabilities. | |
uint8_t | pub_key_type |
Supported public key types. | |
uint8_t | oob_type |
Supported OOB Types. | |
bt_mesh_output_action_t | output_actions |
Supported Output OOB Actions. | |
bt_mesh_input_action_t | input_actions |
Supported Input OOB Actions. | |
uint8_t | output_size |
Maximum size of Output OOB supported. | |
uint8_t | input_size |
Maximum size in octets of Input OOB supported. | |
Device Capabilities.
uint16_t bt_mesh_dev_capabilities::algorithms |
Supported algorithms and other capabilities.
uint8_t bt_mesh_dev_capabilities::elem_count |
Number of elements supported by the device.
bt_mesh_input_action_t bt_mesh_dev_capabilities::input_actions |
Supported Input OOB Actions.
uint8_t bt_mesh_dev_capabilities::input_size |
Maximum size in octets of Input OOB supported.
uint8_t bt_mesh_dev_capabilities::oob_type |
Supported OOB Types.
bt_mesh_output_action_t bt_mesh_dev_capabilities::output_actions |
Supported Output OOB Actions.
uint8_t bt_mesh_dev_capabilities::output_size |
Maximum size of Output OOB supported.
uint8_t bt_mesh_dev_capabilities::pub_key_type |
Supported public key types.