Is there any limitation for number of advertised services?
ble_uuid_t adv_uuids [] =
{
...,
...,//more than 4
...,
};
advdata.uuids_complete.uuid_cnt = sizeof(adv_uuids) / sizeof(adv_uuids[0]); advdata.uuids_complete.p_uuids = adv_uuids;
When I start advertising of more than 4 services, I get an error of reading bonds from flash.