From 2536640b852feff41975d2da50befdda91ee6303 Mon Sep 17 00:00:00 2001 From: Keith Packard Date: Sat, 13 May 2017 15:24:20 -0700 Subject: 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 --- libaltos/libaltos_private.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'libaltos/libaltos_private.h') 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_ */ -- cgit v1.2.3