[pulseaudio-discuss] [PATCHv2 25/60] bluetooth: Create pa_bluetooth_device for BlueZ 5 support
Tanu Kaskinen
tanu.kaskinen at linux.intel.com
Sun Aug 18 01:27:20 PDT 2013
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
More information about the pulseaudio-discuss
mailing list