Zephyr API Documentation  3.6.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
bt_mesh_dev_capabilities Struct Reference

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.
 

Detailed Description

Device Capabilities.

Field Documentation

◆ algorithms

uint16_t bt_mesh_dev_capabilities::algorithms

Supported algorithms and other capabilities.

◆ elem_count

uint8_t bt_mesh_dev_capabilities::elem_count

Number of elements supported by the device.

◆ input_actions

bt_mesh_input_action_t bt_mesh_dev_capabilities::input_actions

Supported Input OOB Actions.

◆ input_size

uint8_t bt_mesh_dev_capabilities::input_size

Maximum size in octets of Input OOB supported.

◆ oob_type

uint8_t bt_mesh_dev_capabilities::oob_type

Supported OOB Types.

◆ output_actions

bt_mesh_output_action_t bt_mesh_dev_capabilities::output_actions

Supported Output OOB Actions.

◆ output_size

uint8_t bt_mesh_dev_capabilities::output_size

Maximum size of Output OOB supported.

◆ pub_key_type

uint8_t bt_mesh_dev_capabilities::pub_key_type

Supported public key types.


The documentation for this struct was generated from the following file: