Bluetooth hc05 library

Dependents:   Nucleo_bt

Revision:
4:1eee19777111
Parent:
3:86c6baa6255d
Child:
6:fed08834891c
--- a/hc05.h	Fri Aug 17 15:50:47 2018 +0000
+++ b/hc05.h	Fri Aug 17 19:19:14 2018 +0000
@@ -31,6 +31,11 @@
     char *set_device_uart(UART num, char *uartparams);
     char *set_fixed_addr(UART num, char *address);
     char *set_addr_mode(UART num, int mode);
+    char *search_device(UART num, char *address);
+    char *delete_device(UART num, char *address);
+    char *delete_all(UART num);
+    char *connect_device(UART num, char *address);
+    char *disconnect_device(UART num, char *address);
 private :
     _IRQ t_interrupt;
     _IRQ t_interrupt1;