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

GATT CONN TIMEOUT

Hi all

nrf52840 Development board,sdk is nRF5_SDK_15.2.0_9412b96,PC is windows 10

When I run the demo of ble_app_hrs on my development board,I use nrf connect app to connect my devcie,the connecting will disconnect.

From the nrf conenct we can see that the error is "GATT CONN TIMEOUT" and I print the log of the error code is 34 that express BLE_HCI_STATUS_CODE_LMP_RESPONSE_TIMEOUT

There is another point to pazzle me is that this situation only happens when I use the phone of HuaWei,other phones just like XiaoMi and HTC will not happen this situation.

Parents
  • Hi

    Error 133 is a known compatability error for a lot of Android phones, although we have mostly patched this problem, there still are some phones who gets this error. What Huawei model is it that you're using? I suggest you just use a phone that doesn't have this issue as there is no guaranteed fix. You could try adding some delays (buffers) after connection, to try and prevent this timeout, but this is not guaranteed to work.

    Best regards,

    Simon

Reply
  • Hi

    Error 133 is a known compatability error for a lot of Android phones, although we have mostly patched this problem, there still are some phones who gets this error. What Huawei model is it that you're using? I suggest you just use a phone that doesn't have this issue as there is no guaranteed fix. You could try adding some delays (buffers) after connection, to try and prevent this timeout, but this is not guaranteed to work.

    Best regards,

    Simon

Children
Related