Zephyr API Documentation 4.1.99
A Scalable Open Source RTOS
 4.1.99
All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
bt_pacs_register_param Struct Reference

Structure for registering PACS. More...

#include <pacs.h>

Data Fields

bool snk_pac
 Enables or disables registration of Sink PAC Characteristic.
 
bool snk_loc
 Enables or disables registration of Sink Location Characteristic.
 
bool src_pac
 Enables or disables registration of Source PAC Characteristic.
 
bool src_loc
 Enables or disables registration of Source Location Characteristic.
 

Detailed Description

Structure for registering PACS.

Field Documentation

◆ snk_loc

bool bt_pacs_register_param::snk_loc

Enables or disables registration of Sink Location Characteristic.

Registration of Sink Location is dependent on bt_pacs_register_param::snk_pac also being set.

◆ snk_pac

bool bt_pacs_register_param::snk_pac

Enables or disables registration of Sink PAC Characteristic.

◆ src_loc

bool bt_pacs_register_param::src_loc

Enables or disables registration of Source Location Characteristic.

Registration of Source Location is dependent on bt_pacs_register_param::src_pac also being set.

◆ src_pac

bool bt_pacs_register_param::src_pac

Enables or disables registration of Source PAC Characteristic.


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