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

using nRF5x with windows; how to get windows to accept parameters help

I am currently working with a the nRF5x bluetooth chip family and connecting to a windows 10 device as a central. I am using uart to get some visibility into what is happening and sadly it appears as if the central is refusing to accept the desired connection parameters. Has anyone had this issue before and been able to solve it?

Parents
  • however, windows has been coming back and setting parameters as:

    MIN_CONN_INTERVAL 48
    MAX_CONN_INTERVAL 48
    SLAVE_LATENCY 0
    CONN_SUP_TIMEOUT 9600

    I then went and lowered both the max and min conn interval. After this, windows then approved the request and reset the connection parameters. Do you have any idea why windows would reject the first wanted parameters but not the second set?

Reply
  • however, windows has been coming back and setting parameters as:

    MIN_CONN_INTERVAL 48
    MAX_CONN_INTERVAL 48
    SLAVE_LATENCY 0
    CONN_SUP_TIMEOUT 9600

    I then went and lowered both the max and min conn interval. After this, windows then approved the request and reset the connection parameters. Do you have any idea why windows would reject the first wanted parameters but not the second set?

Children
No Data
Related