On 09/26/2011 12:26 PM, Gustavo F. Padovan wrote: > From: "Gustavo F. Padovan" > > --- > plugins/sap.c | 45 ++++++++++++++++++++++++++++++++++++++++++++- > 1 files changed, 44 insertions(+), 1 deletions(-) > Patch applied, but... > /* power up hardware */ > static int sap_enable(struct ofono_modem *modem) > { > struct sap_data *data = ofono_modem_get_data(modem); > + int status; > + const char *str = "sap"; > + > + DBG("%p", modem); > + > + status = bluetooth_send_with_reply(data->server_path, > + BLUEZ_SERIAL_INTERFACE, "ConnectFD", > + sap_connect_reply, modem, NULL, > + DBUS_TIMEOUT, DBUS_TYPE_STRING, > + &str, DBUS_TYPE_INVALID); I had to amend this part for it to compile Regards, -Denis