X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=libaltos%2Flibaltos_private.h;h=f8e5231bf26b488d901b617e385d168d8f77607a;hb=debian;hp=ee3dd708873d39a1e05fbb51c488e0748a0a8b94;hpb=59c6167b9f1e9de30455af1632e9a0b65d64ad63;p=fw%2Faltos diff --git a/libaltos/libaltos_private.h b/libaltos/libaltos_private.h index ee3dd708..9b9b4ec4 100644 --- a/libaltos/libaltos_private.h +++ b/libaltos/libaltos_private.h @@ -25,6 +25,7 @@ #include #define BLUETOOTH_PRODUCT_TELEBT "TeleBT" +#define BT_PORT_DEFAULT 6 #define USB_BUF_SIZE 64 @@ -35,6 +36,7 @@ struct altos_file { unsigned char in_data[USB_BUF_SIZE]; int in_used; int in_read; + int busy; }; #ifdef LINUX @@ -64,4 +66,7 @@ altos_fill(struct altos_file *file, int timeout); int altos_bt_port(struct altos_bt_device *device); +void +altos_pause_one_second(void); + #endif /* _LIBALTOS_PRIVATE_H_ */