mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-03 09:01:50 -05:00
bluetooth: Add 'bluez.alias' property
This commit is contained in:
parent
fee5a29e33
commit
6e73c05cbc
1 changed files with 1 additions and 0 deletions
|
|
@ -2263,6 +2263,7 @@ static int add_card(struct userdata *u) {
|
|||
pa_proplist_sets(data.proplist, "bluez.path", device->path);
|
||||
pa_proplist_setf(data.proplist, "bluez.class", "0x%06x", (unsigned) device->class);
|
||||
pa_proplist_sets(data.proplist, "bluez.name", device->name);
|
||||
pa_proplist_sets(data.proplist, "bluez.alias", device->alias);
|
||||
data.name = get_name("card", u->modargs, device->address, &b);
|
||||
data.namereg_fail = b;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue