Go to the source code of this file.
◆ BT_AUDIO_CAPABILITY_PREF
#define BT_AUDIO_CAPABILITY_PREF |
( |
|
_framing, |
|
|
|
_phy, |
|
|
|
_rtn, |
|
|
|
_latency, |
|
|
|
_pd_min, |
|
|
|
_pd_max, |
|
|
|
_pref_pd_min, |
|
|
|
_pref_pd_max |
|
) |
| |
Value: { \
.framing = _framing, \
.phy = _phy, \
.rtn = _rtn, \
.latency = _latency, \
.pd_min = _pd_min, \
.pd_max = _pd_max, \
.pref_pd_min = _pref_pd_min, \
.pref_pd_max = _pref_pd_max, \
}
Helper to declare elements of bt_audio_capability_pref.
- Parameters
-
_framing | Framing Support |
_phy | Preferred Target PHY |
_rtn | Preferred Retransmission number |
_latency | Preferred Maximum Transport Latency (msec) |
_pd_min | Minimum Presentation Delay (usec) |
_pd_max | Maximum Presentation Delay (usec) |
_pref_pd_min | Preferred Minimum Presentation Delay (usec) |
_pref_pd_max | Preferred Maximum Presentation Delay (usec) |
◆ bt_audio_capability_framing
Audio Capability type.
Enumerator |
---|
BT_AUDIO_CAPABILITY_UNFRAMED_SUPPORTED | |
BT_AUDIO_CAPABILITY_UNFRAMED_NOT_SUPPORTED | |
◆ bt_audio_capability_get()
◆ bt_audio_capability_register()
Register Audio Capability.
Register Audio Local Capability.
- Parameters
-
- Returns
- 0 in case of success or negative value in case of error.
◆ bt_audio_capability_set_location()
Set the location for an endpoint type.
- Parameters
-
dir | Direction of the endpoints to change location for. |
location | The location to be set. |
◆ bt_audio_capability_unregister()
Unregister Audio Capability.
Unregister Audio Local Capability.
- Parameters
-
- Returns
- 0 in case of success or negative value in case of error.