Hi Gustavo, On Tue, May 28, 2013 at 10:45 AM, Gustavo Padovan <gustavo@xxxxxxxxxxx> wrote: > From: Gustavo Padovan <gustavo.padovan@xxxxxxxxxxxxxxx> > > Enable other pieces of obex to get the source Bluetooth address. > --- > obexd/src/transport.h | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/obexd/src/transport.h b/obexd/src/transport.h > index b81615b..97e10d0 100644 > --- a/obexd/src/transport.h > +++ b/obexd/src/transport.h > @@ -26,6 +26,7 @@ struct obex_transport_driver { > uint16_t service; > void *(*start) (struct obex_server *server, int *err); > int (*getpeername) (GIOChannel *io, char **name); > + int (*getsockname) (GIOChannel *io, char **name); > void (*stop) (void *data); > }; > > -- > 1.8.1.4 Pushed, thanks. -- Luiz Augusto von Dentz -- To unsubscribe from this list: send the line "unsubscribe linux-bluetooth" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html