On Mon, 2012-12-10 at 08:30 +0100, Mikel Astiz wrote: > +typedef enum pa_bluetooth_transport_state { > + PA_BLUETOOTH_TRANSPORT_STATE_DISCONNECTED, > + PA_BLUETOOTH_TRANSPORT_STATE_IDLE, /* Connected but not playing */ Why "idle" instead of "connected"? "Connected" would be more consistent in my opinion. Is the BlueZ 5 interface going to call this state "idle"? I've applied this patch as is to avoid trouble with the subsequent patches. -- Tanu