Return-Path: Message-ID: <5270EC62.6070705@ahsoftware.de> Date: Wed, 30 Oct 2013 12:24:18 +0100 From: Alexander Holler MIME-Version: 1.0 To: Tim Tisdall CC: "linux-bluetooth@vger.kernel.org" Subject: Re: l2cap sockets not properly multiplexed on ARM References: In-Reply-To: Content-Type: text/plain; charset=us-ascii; format=flowed Sender: linux-bluetooth-owner@vger.kernel.org List-ID: Am 29.10.2013 21:44, schrieb Tim Tisdall: > L2CAP sockets > ------------- > > socket(AF_BLUETOOTH, SOCK_SEQPACKET, BTPROTO_L2CAP) > bind(bdaddr, 0) // bind to bluetooth address and PSM 0 (Python doesn't support LE directly, > // but this is enough for binding to the right device That looks wrong. Try to bind to ATT_CID (4). Regards, Alexander Holler