Return-Path: Date: Wed, 22 Aug 2012 12:13:01 -0300 From: Vinicius Costa Gomes To: Ajay KV Cc: Anderson Lizardo , linux-bluetooth@vger.kernel.org Subject: Re: BLE - multiple connections Message-ID: <20120822151300.GA6746@samus> References: <5008F67F.5030604@globaledgesoft.com> <502E56DF.3020103@globaledgesoft.com> <502ED4E8.9040702@globaledgesoft.com> <503503C1.6060805@globaledgesoft.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii In-Reply-To: <503503C1.6060805@globaledgesoft.com> Sender: linux-bluetooth-owner@vger.kernel.org List-ID: Hi, On 12:07 Wed 22 Aug, Ajay KV wrote: > On 08/17/2012 12:27 PM, Anderson Lizardo wrote: > >Hi Ajay > > > >[your emails to BlueZ mailing list may be getting blocked because you > >are using HTML. Please fix that on your mail client. Also remember to > >not top-post] > > > >On Fri, Aug 17, 2012 at 7:34 PM, Ajay KV wrote: > >>Thanks for your reply. i have 2 dongles of different made (iogear and > >>chirago) . "Hciconfig hci0 lestates" gives this following result > >> > >> Supported link layer states: > >>[...] > >> > >> Here my issue is to know whether (connected mode + advertising > >>mode) is possible at a time . Once A is connected to B (initiator), i > >>could not able to enable advertise in A (getting command disallowed ) , so > >>that device C is not getting the connectable advertising packets on > >>scanning. > >I could not see any reason to get "command disallowed" when enabling > >LE adv. Did you try changing dongle combinations to make sure it is > >not some hardware issue? > > > >Regards, > > Hi, > i could not able to figure it out yet , why its showing > this error " command disallowed" . Here im using fedora 13 with > kernel 2.6.39 . i tried with both dongles , iogear and cirago . But > the result is same. i dont think that its something wrong with > kernel version, as we uses hci commands (hciconfig hci0 leadv ) > that directly talks with controller . please clear this issue.. Most probably the controller is in the page scan or inquiry scan state. Try doing 'hciconfig hci0 noscan', before enabling advertising. > > > -- > To unsubscribe from this list: send the line "unsubscribe linux-bluetooth" in > the body of a message to majordomo@vger.kernel.org > More majordomo info at http://vger.kernel.org/majordomo-info.html Cheers, -- Vinicius