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

Multilink central scan problem

Hi,

I am using the nRF51-DK board as a central running with ble_app_multilink_central_s130_pca10028 sample application. I am using SDK version 9.0 with Keil 5.14 version. I have third party peripheral devices like Estimote, Sensor Tag. With the central device, I am not able to scan these peripheral devices. Can you please help me to scan these devices with the central board ?

Parents
  • Hi Akshat,

    How did you test that ? Note that the multilink_central example only connect to and print out log when the device that has the short or complete name matches target.

    What you should do is to print out the advertising data you receive when BLE_GAP_EVT_ADV_REPORT occurs.

    Make sure you are scanning without any whitelist (selective scanning)

  • Hi Hung,

    Thanks. I am able to read the characteristics and descriptors of a custom uuid. Now I want to discover all the services of peripheral device with multilink central. what should I need to do for this ? And also how to discover a peripheral device with a different base UUID. I have added the other UUID in : sd_ble_uuid_vs_add(&base_uuid, &m_base_uuid_type); but it is not working, I am getting an error : BLE_GATT_STATUS_ATTERR_ATTRIBUTE_NOT_FOUND , what should i have to do ?

Reply
  • Hi Hung,

    Thanks. I am able to read the characteristics and descriptors of a custom uuid. Now I want to discover all the services of peripheral device with multilink central. what should I need to do for this ? And also how to discover a peripheral device with a different base UUID. I have added the other UUID in : sd_ble_uuid_vs_add(&base_uuid, &m_base_uuid_type); but it is not working, I am getting an error : BLE_GATT_STATUS_ATTERR_ATTRIBUTE_NOT_FOUND , what should i have to do ?

Children
No Data
Related