Hi,
I want to discovery all attribute UUIDs as Master Control panel application does. I use API function 'sd_ble_gattc_primary_services_discover' to discovery. Exactly, sd_ble_gattc_primary_services_discover(connection_handle, Start_handle, NULL) because i want to discovery all UUID as well as my custom UUID. but I can't discovery custom UUID.. are there any other function that i need to add to discovery custom UUID?
I use heart_rate_collector example now.