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

can this be the problem for taking toolong time?

hi i have one custom service that have 6 characteristics when in android i want to write in one of characteristics it take about one sec . is this for having 6 characteristic in one service? another problem is that it frequently disconnect from gatt not only my app but nrf master i think gatt is going down . why is that?

Parents Reply
  • my conection interval is

        #define APP_ADV_INTERVAL                     35
    #define MIN_CONN_INTERVAL                    MSEC_TO_UNITS(500, UNIT_1_25_MS)           /**< Minimum acceptable connection interval (0.5 seconds). */
    #define MAX_CONN_INTERVAL                    MSEC_TO_UNITS(1000, UNIT_1_25_MS)          /**< Maximum acceptable connection interval (1 second). */
    #define SLAVE_LATENCY                        0                                          /**< Slave latency. */
    #define CONN_SUP_TIMEOUT                     MSEC_TO_UNITS(4000, UNIT_10_MS)            /**< Connection supervisory timeout (4 seconds). */
    
Children
No Data
Related