From: Christian Fetzer <christian.fetzer@xxxxxxxxxxxx> This adds a get_service_record function pointer to obc_transport, which allows transports to provide the session specific service record. --- obexd/client/transport.h | 1 + 1 file changed, 1 insertion(+) diff --git a/obexd/client/transport.h b/obexd/client/transport.h index 5140840..eb29bf3 100644 --- a/obexd/client/transport.h +++ b/obexd/client/transport.h @@ -31,6 +31,7 @@ struct obc_transport { obc_transport_func func, void *user_data); int (*getpacketopt) (GIOChannel *io, int *tx_mtu, int *rx_mtu); void (*disconnect) (guint id); + const void *(*get_service_record)(guint id); }; int obc_transport_register(struct obc_transport *transport); -- 1.8.2.1 -- 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