On Wed, 2012-11-07 at 17:56 +0200, Luiz Augusto von Dentz wrote: > --- a/src/modules/bluetooth/bluetooth-util.h > +++ b/src/modules/bluetooth/bluetooth-util.h > @@ -72,6 +72,7 @@ typedef enum pa_bluetooth_transport_hook { > > struct pa_bluetooth_transport { > pa_bluetooth_discovery *y; > + char *sender; > char *path; > enum profile profile; > uint8_t codec; How about calling the variable "owner_bus_name" instead of "sender"? I don't think "sender" makes much sense as a name outside the context of endpoint_set_configuration(). -- Tanu