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