Extend the transport enum descriptor for serial communication
Add a new transport type which can be used to identify Bluetooth serial communication. Signed-off-by Claudiu Oleanu <olteanu.claudiu@ymail.com> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
f184b45e09
commit
b9e3f40d59
@ -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;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user