On 04.06.2012 16:11, Daniel Wagner wrote:
> From: Daniel Wagner <[email protected]>
> 
> ---
>  dundee/bluetooth.c |    9 +++++++++
>  1 file changed, 9 insertions(+)
> 
> diff --git a/dundee/bluetooth.c b/dundee/bluetooth.c
> index 5a913cc..8762f51 100644
> --- a/dundee/bluetooth.c
> +++ b/dundee/bluetooth.c
> @@ -141,6 +141,15 @@ static int bt_probe(GSList *uuids, const char *path, 
> const char *dev_addr,
>  
>       DBG("");
>  
> +     for (; uuids; uuids = uuids->next) {
> +             const char *uuid = uuids->data;
> +
> +             if (g_strcmp0(uuid, NAP_UUID) == 0) {
> +                     ofono_info("Device %s supports DUN and PAN at the same 
> time. DUN is ignored", path);

argh, this line is a bit too long...
_______________________________________________
ofono mailing list
[email protected]
http://lists.ofono.org/listinfo/ofono

Reply via email to