Function not listed

2016-07-17 Thread Marco Ferreira
Hi, Just noticed that [ble_gap_conn_rssi](https://link.nylas.com/link/d8alirm8yqo9t58fef8uienha /local- 24c97d86-6047/0?redirect=https%3A%2F%2Fmynewt.apache.org%2Fdevelop%2Fnetwork%2Fble%2Fble_hs%2Fble_gap%2Ffunctions%2Fble_gap_conn_rssi%2F=ZGV2QG15bmV3dC5pbmN1YmF0b3IuYXBhY2hlLm9yZw==) is

Re: Handling Notify/Indicate and CCCD Changes

2016-07-17 Thread Kevin Townsend
Hi Chris, This looks great and I think adequately addresses the issues brought up earlier. Sorry we haven't been able to provide some code in a pull request on our end yet, we're still coming to terms with the stack and codebase, but thanks for making these useful changes. We're hoping to

Re: Handling Notify/Indicate and CCCD Changes

2016-07-17 Thread Christopher Collins
Hello all, I have just committed some NimBLE host API changes to the develop branch. These changes have been made as a result of issues raised in this email thread. Summary of changes: 1. Two new GAP event types: * notify_tx: we sent out a notification or indication, or an

Re: Scan Response and Timing

2016-07-17 Thread Kevin Townsend
Hi Chris, None of the example apps configure the scan response data (we should change this). It is relatively simple to configure response data: call ble_gap_adv_rsp_set_fields() (http://mynewt.apache.org/develop/network/ble/ble_hs/ble_gap/functions/ble_gap_adv_rsp_set_fields/). This function

Re: Scan Response and Timing

2016-07-17 Thread Christopher Collins
Hi Kevin, On Sun, Jul 17, 2016 at 03:32:18PM +0200, Kevin Townsend wrote: > Are there any examples of how to setup a Scan Response while > advertising? Apple, for example, recommends putting the Local Name and > TX Power in the scan response to free up space. See section 3.4 of >

Scan Response and Timing

2016-07-17 Thread Kevin Townsend
Are there any examples of how to setup a Scan Response while advertising? Apple, for example, recommends putting the Local Name and TX Power in the scan response to free up space. See section 3.4 of https://developer.apple.com/hardwaredrivers/BluetoothDesignGuidelines.pdf The big benefit