RE: [PATCH 2/3] Add dun_enable() function

2010-08-02 Thread Zhang, Zhenhua
Hi Padovan, Gustavo F. Padovan wrote: > dun_enable() is called by setting the Powered property to true. > It creates a rfcomm link throught the BlueZ Serial API. > --- > drivers/dunmodem/dunmodem.h |1 + > plugins/bluetooth.h |1 + > plugins/dun.c | 61 > +

RE: [PATCH 2/3] Add dun_enable() function

2010-08-02 Thread Zhang, Zhenhua
Hi Padovan, Gustavo F. Padovan wrote: > dun_enable() is called by setting the Powered property to true. > It creates a rfcomm link throught the BlueZ Serial API. > --- > drivers/dunmodem/dunmodem.h |1 + > plugins/bluetooth.h |1 + > plugins/dun.c | 61 > +

Re: [PATCH 2/3] Add dun_enable() function

2010-08-03 Thread Gustavo F. Padovan
Hi Zhenhua, * Zhang, Zhenhua [2010-08-02 22:28:47 +0800]: > Hi Padovan, > > Gustavo F. Padovan wrote: > > dun_enable() is called by setting the Powered property to true. > > It creates a rfcomm link throught the BlueZ Serial API. > > --- > > drivers/dunmodem/dunmodem.h |1 + > > plugins/bl