This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

SETTING UP BLE CONNECTION INTERVAL OVER BLE

 I am using nrf52852 with sdk 16 version and I want to set the BLE connection interval via BLE  command using an customised app. what i want to do is this 

#define MIN_CONN_INTERVAL MSEC_TO_UNITS(20, UNIT_1_25_MS)

#define MAX_CONN_INTERVAL MSEC_TO_UNITS(75, UNIT_1_25_MS)

if i send 10 and 50 through bluetooth my program should run with 10 as min and 50 as max .

I have tried sending  two numbers and setting that numbers to two variables and placed it there instead of 20 and 75 but that seems to be not working.

1)is it possible to do this?

2)possible means how can i do that

Thanks & Regards 

Manikandan V

Parents Reply Children
No Data
Related