altosui: Use persistent list of bluetooth devices for device dialogs
[fw/altos] / altosui / libaltos / libaltos.h
index 9c3f965589d754b2a6ee784429c3e1c9c6a20d8f..f710919c510ade1ba1fb96c026c45b9f6cee15fb 100644 (file)
@@ -110,7 +110,7 @@ PUBLIC int
 altos_getchar(struct altos_file *file, int timeout);
 
 PUBLIC struct altos_bt_list *
-altos_bt_list_start(void);
+altos_bt_list_start(int inquiry_time);
 
 PUBLIC int
 altos_bt_list_next(struct altos_bt_list *list, struct altos_bt_device *device);
@@ -118,6 +118,9 @@ altos_bt_list_next(struct altos_bt_list *list, struct altos_bt_device *device);
 PUBLIC void
 altos_bt_list_finish(struct altos_bt_list *list);
 
+PUBLIC void
+altos_bt_fill_in(char *name, char *addr, struct altos_bt_device *device);
+
 PUBLIC struct altos_file *
 altos_bt_open(struct altos_bt_device *device);