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.