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

The BLE service discovery but it isn't complete

Hi everyone,

I'm using UART service and I have a problem when the central device connect to the peripheral.

The central device notify connected to the peripheral, but after start discovery service then it isn't complete and it isn't notify everything for me!

I aware that this problem occur when the central device notify connected but the peripheral don't notify.

Is there a way to solve this problem. Thank you!


Parents
  • FormerMember
    0 FormerMember

    Do you see the same problem if you use the central example ble_app_uart_c in the SDK?

    If you connect to the peripheral using a phone, is the phone able to do the service discovery correctly?

    If you use logging in the peripheral device, does it show any errors when the central stops the service discovery?

Reply
  • FormerMember
    0 FormerMember

    Do you see the same problem if you use the central example ble_app_uart_c in the SDK?

    If you connect to the peripheral using a phone, is the phone able to do the service discovery correctly?

    If you use logging in the peripheral device, does it show any errors when the central stops the service discovery?

Children
Related