Bluetooth hc05 library

Dependents:   Nucleo_bt

Revision:
17:444cd587d30b
Parent:
16:8c5c8d0a1cfb
--- a/hc05.h	Mon Aug 27 10:24:37 2018 +0000
+++ b/hc05.h	Sat Sep 01 18:41:50 2018 +0000
@@ -59,8 +59,8 @@
     char *link_device_any(char *address);
     char *link_device_fixed(char *address);
     char *link_device_paired(char *address);
-    void init_master_fixed(char *pin, char *name, char *address);
-    void init_slave(char *pin, char *name);
+    void init_master_fixed(char *address);
+    void init_slave();
 private :
     _IRQ t_interrupt;
     _IRQ t_interrupt1;