Zephyr API Documentation 4.1.99
A Scalable Open Source RTOS
|
|
4.1.99 |
Struct to hold information about a service instance. More...
#include <csip.h>
Data Fields | |
uint8_t | sirk [16] |
The 16-octet SIRK. | |
uint8_t | set_size |
The set size. | |
uint8_t | rank |
The rank. | |
bool | lockable: 1 |
Whether the set is lockable | |
bool | locked: 1 |
Whether the set is currently locked. | |
bt_addr_le_t | lock_client_addr |
The address of the client that currently holds the lock. | |
Struct to hold information about a service instance.
bt_addr_le_t bt_csip_set_member_set_info::lock_client_addr |
The address of the client that currently holds the lock.
Will be BT_ADDR_LE_NONE if the server holds the lock
bool bt_csip_set_member_set_info::lockable |
Whether the set is lockable
bool bt_csip_set_member_set_info::locked |
Whether the set is currently locked.
uint8_t bt_csip_set_member_set_info::rank |
The rank.
May be 0 if the set is not lockable
uint8_t bt_csip_set_member_set_info::set_size |
The set size.
uint8_t bt_csip_set_member_set_info::sirk[16] |
The 16-octet SIRK.