From 6e73c05cbcc877f9c02bf54ea367a79dff4acca0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Paulo=20Rechi=20Vita?= Date: Fri, 26 Apr 2013 12:30:24 -0300 Subject: [PATCH] bluetooth: Add 'bluez.alias' property --- src/modules/bluetooth/module-bluetooth-device.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/modules/bluetooth/module-bluetooth-device.c b/src/modules/bluetooth/module-bluetooth-device.c index 260c3d880..c4a1fb0ed 100644 --- a/src/modules/bluetooth/module-bluetooth-device.c +++ b/src/modules/bluetooth/module-bluetooth-device.c @@ -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;