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

ble_gap error

I am getting an error on a connection via the ble nus service that is causing me to scratch my head. If I suppress the error the connection seems fine and I don't notice any problems, but I'm concerned I might be creating a problem for myself down the line by ignoring it.

The error manifests itself here:

case BLE_GAP_EVT_CONNECTED:
    //indicate_with_led(SLOW);
    m_conn_handle = p_ble_evt->evt.gap_evt.conn_handle;

    APP_ERROR_CHECK(err_code);
    break;

The err_code is 0x2000265c. Now I understand this to be a gap error by virtue of the base number but what is 0x265c? I have had a look at some of the various headers for the s132 including ble_gap.h, nrf_error.h and others but I haven't be able to identify it.

Any assistance appreciated.

Parents Reply Children
No Data
Related