Hello, in my app i use "baswap(&addr.rc_bdaddr, strtoba( dest));"
i declare : #include <bluetooth/bluetooth.h> #include <bluetooth/hci.h> #include <bluetooth/hci_lib.h> #include <bluetooth/rfcomm.h> but when i run gcc : in helloworld.o undefined reference for strtoba in line 75 undefined reference for baswap in line 75 I don t understand, can you help me? Than's by advance
