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

random disconnect reason 0x08

I use the ble_uart sdk14.2.0 example, I just open the pwm, and then accept the data, I did not deal with the data received from nus, just a connection, a connection error 0x08 random, my configuration of sdk.config just the agreement Stack clock to the internal rc, NRF_SDH_CLOCK_LF_RC_CTIV = 16, NRF_SDH_CLOCK_LF_RC_TEMP_CTIV = 2, NRF_SDH_CLOCK_LF_XTAL_ACCURACY, CLOCK_ENABLE main.cif this has no effect,

Parents Reply
  • #define MIN_CONN_INTERVAL MSEC_TO_UNITS(20, UNIT_1_25_MS) 
    #define MAX_CONN_INTERVAL MSEC_TO_UNITS(75, UNIT_1_25_MS) 
    #define SLAVE_LATENCY 0 
    #define CONN_SUP_TIMEOUT MSEC_TO_UNITS(4000, UNIT_10_MS) 

    #define FIRST_CONN_PARAMS_UPDATE_DELAY APP_TIMER_TICKS(5000) 
    #define NEXT_CONN_PARAMS_UPDATE_DELAY APP_TIMER_TICKS(30000) 
    #define MAX_CONN_PARAMS_UPDATE_COUNT 2 

    #define DEFAULT_ADV_INTERVAL 10
    #define DEFAULT_ADV_TIMEOUT 0

Children
No Data
Related