Re: NimBLE host GAP event listeners

2018-09-10 Thread Andrzej Kaczmarek
Hi, On Mon, Sep 10, 2018 at 9:56 AM Łukasz Rymanowski < lukasz.rymanow...@codecoup.pl> wrote: > Hi > On Fri, 7 Sep 2018 at 21:12, Andrzej Kaczmarek < > andrzej.kaczma...@codecoup.pl> wrote: > > > Hi Chris, > > > > On Fri, Sep 7, 2018 at 8:00 PM Christopher Collins > > wrote: > > > > > Hello

Re: NimBLE host GAP event listeners

2018-09-10 Thread Łukasz Rymanowski
Hi On Fri, 7 Sep 2018 at 21:12, Andrzej Kaczmarek < andrzej.kaczma...@codecoup.pl> wrote: > Hi Chris, > > On Fri, Sep 7, 2018 at 8:00 PM Christopher Collins > wrote: > > > Hello all, > > > > TL;DR: Proposal for registration of GAP event listeners in the NimBLE > > host. Currently, GAP event

NimBLE host GAP event listeners

2018-09-07 Thread Christopher Collins
Hello all, TL;DR: Proposal for registration of GAP event listeners in the NimBLE host. Currently, GAP event callbacks are specified by the code which creates a connection. This proposal allows code to listen for GAP events without creating a connection. The NimBLE host allows the application