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

Discovering BLE server and characteristic is Nordic Central mode

Hello, I have custom BLE service and characteristic as below image.

I wanted to discover them in ble central mode. I have modified ble_hrc_c.c to validate but central not able to discover. Can anyone suggest? Also attaching code.

Parents
  • Hi,

    have custom BLE service and characteristic
    I wanted to discover them in ble central mode. I have modified ble_hrc_c.c to validate but central not able to discover.

     Since you are using a custom service/characteristic, I recommend taking a look at the central examples that also uses custom/vendor specific service/characteristic, e.g. the ble_app_uart_c and ble_app_blinky_c

Reply
  • Hi,

    have custom BLE service and characteristic
    I wanted to discover them in ble central mode. I have modified ble_hrc_c.c to validate but central not able to discover.

     Since you are using a custom service/characteristic, I recommend taking a look at the central examples that also uses custom/vendor specific service/characteristic, e.g. the ble_app_uart_c and ble_app_blinky_c

Children
Related