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

Information about a specific set. More...

#include <csip.h>

Data Fields

uint8_t set_sirk [16]
 The 16 octet set Set Identity Resolving Key (SIRK)
 
uint8_t set_size
 The size of the set.
 
uint8_t rank
 The rank of the set on on the remote device.
 
bool lockable
 Whether or not the set can be locked on this device.
 

Detailed Description

Information about a specific set.

Field Documentation

◆ lockable

bool bt_csip_set_coordinator_set_info::lockable

Whether or not the set can be locked on this device.

◆ rank

uint8_t bt_csip_set_coordinator_set_info::rank

The rank of the set on on the remote device.

Will be 0 if not exposed by the server.

◆ set_sirk

uint8_t bt_csip_set_coordinator_set_info::set_sirk[16]

The 16 octet set Set Identity Resolving Key (SIRK)

The Set SIRK may not be exposed by the server over Bluetooth, and may require an out-of-band solution.

◆ set_size

uint8_t bt_csip_set_coordinator_set_info::set_size

The size of the set.

Will be 0 if not exposed by the server.


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