Hi Marcel, On Wed, Oct 09, 2013 at 09:48:33PM +0200, Marcel Holtmann wrote: > Hi Andrei, > > > For SDP server we need to bind to lower port, acquire this capability. > > --- > > android/main.c | 71 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ > > configure.ac | 4 ++++ > > 2 files changed, 75 insertions(+) > > > > diff --git a/android/main.c b/android/main.c > > index 7968ed0..a100013 100644 > > --- a/android/main.c > > +++ b/android/main.c > > @@ -32,6 +32,22 @@ > > #include <stdlib.h> > > #include <stdbool.h> > > #include <string.h> > > +#include <unistd.h> > > +#include <errno.h> > > +#include <sys/prctl.h> > > +#include <linux/capability.h> > > + > > +/** > > + * Include <sys/capability.h> for host build and > > + * also for Android 4.3 when it is added to bionic > > + */ > > why focus on anything before Android 4.3? Because we have currently 4.2.2 and test with hardware running 4.2.2. Do you want us to write theoretical code? And do you believe that Google magically fix everything in 4.4? Best regards Andrei Emeltchenko -- 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