Re: Reducing GATT write attribute's timeout and read attribute's BLE_HS_ENOMEM

2018-08-05 Thread Lukasz Wolnik
le // loop and operate on a copy of the received attribute's pointer. I finally have a stable Mynewt app <-> Android repeated communication even on MSYS_1_BLOCK_COUNT = 8! So happy with it. Thanks again for the ride this bug turned out to be. Kind regards, Łukasz On Sun, Aug 5, 2018 at

Re: Reducing GATT write attribute's timeout and read attribute's BLE_HS_ENOMEM

2018-08-05 Thread Lukasz Wolnik
Hi Chris, It's been more than a year but I have finally got some findings. In my another Mynewt powered device I got the BLE_HS_ENOMEM error from ble_gattc_write_flat this time. I tried changing BLE_GATT_MAX_PROCS (down to 2 or up to 8) but with no effect. My device was keeping a connection

Re: Sample apps in mynewt-core

2018-03-21 Thread Lukasz Wolnik
ctions by setting MYNEWT_VAL BLE_SM_SC to 1. > It is stack who handles it for you then. > > Hope that helps. > > Best regards > Łukasz > > On 20 March 2018 at 19:11, aditi hilbert <ad...@runtime.io> wrote: > > Lukasz, > > > > Yes - great addition! >

Re: Sample apps in mynewt-core

2018-03-20 Thread Lukasz Wolnik
Hi Aditi, Could we also add a sample app that uses NimBLE's Secure Connections please? Kind regards, Lukasz On Tue, Mar 20, 2018 at 1:11 AM, aditi hilbert wrote: > Hi all, > > We have been adding a lot of features and functionality in Apache Mynewt > recently. Sample apps