Re: [RFC 16/16] android: Add HAL message helpers

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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




[Index of Archives]     [Bluez Devel]     [Linux Wireless Networking]     [Linux Wireless Personal Area Networking]     [Linux ATH6KL]     [Linux USB Devel]     [Linux Media Drivers]     [Linux Audio Users]     [Linux Kernel]     [Linux SCSI]     [Big List of Linux Books]

  Powered by Linux