Zephyr API Documentation 4.4.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
bt_ascs_register_param Struct Reference

Parameters for registering the Audio Stream Control Service (ASCS). More...

#include <zephyr/bluetooth/audio/ascs.h>

Data Fields

uint8_t snk_cnt
 Sink Count to register.
uint8_t src_cnt
 Source Count to register.
const struct bt_ascs_cbcb
 Callback structure.

Detailed Description

Parameters for registering the Audio Stream Control Service (ASCS).

Field Documentation

◆ cb

const struct bt_ascs_cb* bt_ascs_register_param::cb

Callback structure.

◆ snk_cnt

uint8_t bt_ascs_register_param::snk_cnt

Sink Count to register.

Should be in range 0 to CONFIG_BT_ASCS_MAX_ASE_SNK_COUNT

◆ src_cnt

uint8_t bt_ascs_register_param::src_cnt

Source Count to register.

Should be in range 0 to CONFIG_BT_ASCS_MAX_ASE_SRC_COUNT


The documentation for this struct was generated from the following file:
  • zephyr/bluetooth/audio/ascs.h