Dear all,
we develop a program which uses the Bluetooth using the SItara AM335x Starter Kit.
We get the following error message:
undefined reference to `sdp_close'
collect2: ld returned 1 exit status
The include file associated with the Bluetooth are:
#include <bluetooth/bluetooth.h>
#include <bluetooth/hci.h>
#include <bluetooth/hci_lib.h>
#include <bluetooth/sdp.h>
#include <bluetooth/sdp_lib.h>
#include <bluetooth/rfcomm.h>
Thanks in advance.
Dr. Yehuda Singer