Hi Andrei, On Fri, Sep 27, 2013, Andrei Emeltchenko wrote: > +int open_hal_chan(void) > +{ > + int tries = 10; > + int sock; > + > + while (tries-- > 0) { > + sock = socket_local_client(BLUEZ_SOCKET, > + ANDROID_SOCKET_NAMESPACE_RESERVED, > + SOCK_STREAM); Again, should be s/STREAM/SEQPACKET/ here. Johan -- 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