From: Andrei Emeltchenko <andrei.emeltchenko@xxxxxxxxx> The patch fixes following issues when building: Make links to sco.h and rfcomm.h needed for Android sockets. ... btio.c:39:30: fatal error: bluetooth/rfcomm.h: No such file or directory compilation terminated. ... btio.c:40:27: fatal error: bluetooth/sco.h: No such file or directory compilation terminated. ... --- android/Android.mk | 2 ++ 1 file changed, 2 insertions(+) diff --git a/android/Android.mk b/android/Android.mk index 28ec465..d8f9d0d 100644 --- a/android/Android.mk +++ b/android/Android.mk @@ -52,6 +52,8 @@ lib_headers := \ l2cap.h \ sdp_lib.h \ sdp.h \ + rfcomm.h \ + sco.h \ $(shell mkdir -p $(LOCAL_PATH)/../lib/bluetooth) -- 1.7.10.4 -- 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