This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts
This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

How can i get 128bit service uuid from peripheral

Hi. I'm trying to get 128bit service uuid as referring to "ble_app_hrs_c" source code.(S130) And my test peripheral device provides GAP, DEVICE Information and User service UUID(128bit). When I define uuid and type as below, hrs_uuid.type = BLE_UUID_TYPE_BLE; hrs_uuid.uuid = BLE_UUID_DEVICE_INFORMATION_SERVICE; it works really well.

But i don't know how can I get user service uuid(128bit). Maybe, the solution could be hrs_uuid.type = BLE_UUID_TYPE_VENDOR_BEGIN; hrs_uuid.uuid128 ????

But there is no way to set "ble_db_discovery_evt_register".

I want your help. Thank you.

Related