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

bonding fail ,when advertise data includes 16 bit service UUID

Hi. 

I use ble_app_hrs example.

Environment is follows. 

 - PCA100040 , nRF52 DK

 - nRF SDK v17.0.2

 - Galaxy Note10 mobile Phone

Bonding process is always fail, when the example code is modified as below;

static ble_uuid_t m_adv_uuids[] =                                   /**< Universally unique service identifiers. */
{
    {BLE_UUID_HEART_RATE_SERVICE,           BLE_UUID_TYPE_BLE},
	//{BLE_UUID_BATTERY_SERVICE,              BLE_UUID_TYPE_BLE},
	//{BLE_UUID_DEVICE_INFORMATION_SERVICE,   BLE_UUID_TYPE_BLE}
	{0xFEE5,									BLE_UUID_TYPE_BLE}
};

What is a problem?

Parents Reply Children
No Data
Related