Re: NimBLE host GAP event listeners

2018-09-07 Thread Andrzej Kaczmarek
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 callbacks are specified by the code which > creates a connection. This proposal allows code to listen for GAP

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 to