From: Luiz Augusto von Dentz <luiz.von.dentz@xxxxxxxxx> android/hal_bt_sock.c:82:21: error: no previous declaration for 'bt_get_sock_interface' [-Werror=missing-declarations] btsock_interface_t *bt_get_sock_interface(void) --- android/hal_bt_sock.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/android/hal_bt_sock.c b/android/hal_bt_sock.c index 318c9c9..2a59e7e 100644 --- a/android/hal_bt_sock.c +++ b/android/hal_bt_sock.c @@ -23,6 +23,8 @@ #define LOG_TAG "BlueZ" #include <cutils/log.h> +#include "hal.h" + static bt_status_t btsock_listen_rfcomm(const char *service_name, const uint8_t *uuid, int chan, int *sock, int flags) -- 1.8.3.1 -- To unsubscribe from this list: send the line "unsubscribe linux-bluetooth" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html