mirror of
https://git.kernel.org/pub/scm/bluetooth/bluez.git
synced 2024-11-26 21:54:33 +08:00
bap: Make default PA sync QoS public
This make the default BAP QoS parameters for PA Create Sync public, to be available to other plugins that might need to listen for Broadcasters (like BASS).
This commit is contained in:
parent
66a83fde5c
commit
3babeefa17
@ -150,7 +150,7 @@ static struct queue *adapters;
|
||||
* The full QOS is populated at the time the user selects and endpoint and
|
||||
* configures it using SetConfiguration.
|
||||
*/
|
||||
static struct bt_iso_qos bap_sink_pa_qos = {
|
||||
struct bt_iso_qos bap_sink_pa_qos = {
|
||||
.bcast = {
|
||||
.options = 0x00,
|
||||
.skip = 0x0000,
|
||||
|
@ -7,6 +7,8 @@
|
||||
*
|
||||
*/
|
||||
|
||||
extern struct bt_iso_qos bap_sink_pa_qos;
|
||||
|
||||
struct bt_bap *bap_get_session(struct btd_device *device);
|
||||
void bap_scan_delegator_probe(struct btd_device *device);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user