From: Luiz Augusto von Dentz <luiz.von.dentz@xxxxxxxxx> --- btio/btio.h | 8 ++++++++ 1 files changed, 8 insertions(+), 0 deletions(-) diff --git a/btio/btio.h b/btio/btio.h index 126d5d9..429e8c0 100644 --- a/btio/btio.h +++ b/btio/btio.h @@ -77,6 +77,14 @@ typedef enum { BT_IO_SEC_HIGH, } BtIOSecLevel; +typedef enum { + BT_IO_MODE_BASIC = 0, + BT_IO_MODE_RETRANS, + BT_IO_MODE_FLOWCTL, + BT_IO_MODE_ERTM, + BT_IO_MODE_STREAMING +} BtIOMode; + typedef void (*BtIOConfirm)(GIOChannel *io, gpointer user_data); typedef void (*BtIOConnect)(GIOChannel *io, GError *err, gpointer user_data); -- 1.7.7.6 -- 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