Re: Setting connection parameters

2016-09-01 Thread Tim Hutt
Hmm well I didn't get the ble_gap_update_params() version to work, but I did get ble_l2cap_sig_update() to work! The key is to *not* enabled the BLE_LL_CFG_FEAT_CONN_PARAM_REQ feature. If I had that enabled, the slave sent an L2CAP Connection Parameter Update Request, and the master replied with

Re: Setting connection parameters

2016-08-30 Thread Christopher Collins
Hi Tim, Thanks for the report. I am curious why ble_gap_update_params() did not work with the Xperia. One thing I should mention is that the central is not obligated to update the connection when the peripheral asks it to. It should have responded to the request, though. On Tue, Aug 30, 2016

Re: Setting connection parameters

2016-08-24 Thread Christopher Collins
Hi Tim, On Wed, Aug 24, 2016 at 11:04:15PM +0100, Tim Hutt wrote: > Hi, > > With the bleprph example, whenever a central connects it seems to use a > small connection interval (like 50ms). I'd like a longer one (around > 500ms). [...] To use different connection parameters, one of the two