summaryrefslogtreecommitdiff
path: root/libaltos/libaltos_private.h
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2017-05-13 15:24:20 -0700
committerKeith Packard <keithp@keithp.com>2017-05-13 15:29:13 -0700
commit2536640b852feff41975d2da50befdda91ee6303 (patch)
treedbcd54b2bb96db41cfe7325ec4513e52b60b98e9 /libaltos/libaltos_private.h
parent91c2af9ac1387842a5fdc61dbc9e26e04de2cdd0 (diff)
libaltos: Add support for TeleBT-v4.0 bluetooth channel change
The RN4678 in TeleBT v4.0 uses channel 6 instead of channel 1. There is code in the linux bits which discovers this value, but that crashes when run under java for unknown reasons. Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'libaltos/libaltos_private.h')
-rw-r--r--libaltos/libaltos_private.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/libaltos/libaltos_private.h b/libaltos/libaltos_private.h
index f8e5231b..ee3dd708 100644
--- a/libaltos/libaltos_private.h
+++ b/libaltos/libaltos_private.h
@@ -61,4 +61,7 @@ altos_flush(struct altos_file *file);
int
altos_fill(struct altos_file *file, int timeout);
+int
+altos_bt_port(struct altos_bt_device *device);
+
#endif /* _LIBALTOS_PRIVATE_H_ */