Add a bluetooth transport type

This commit is contained in:
Jef Driesen 2014-01-25 10:03:52 +01:00
parent 3c7bd525bb
commit 58eebf4ece

View File

@ -33,7 +33,8 @@ typedef enum dc_transport_t {
DC_TRANSPORT_NONE,
DC_TRANSPORT_SERIAL,
DC_TRANSPORT_USB,
DC_TRANSPORT_IRDA
DC_TRANSPORT_IRDA,
DC_TRANSPORT_BLUETOOTH
} dc_transport_t;
typedef struct dc_descriptor_t dc_descriptor_t;