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 -- 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