On Tue, 2013-08-13 at 01:54 -0300, jprvita at gmail.com wrote: > +struct pa_bluetooth_device { > + pa_bluetooth_discovery *discovery; > + > + int device_info_valid; /* 0: no results yet; 1: good results; -1: bad results ... */ > + > + /* Device information */ > + char *path; > + char *alias; > + char *remote; > + char *local; I now noticed that you create adapter objects in later patches. I think the local address should be stored in pa_bluetooth_adapter, and pa_bluetooth_device should point to to the adapter object. -- Tanu