Hi, i'm working on nRF51422 and i'm trying to do a simple BLE object that advertise his name and his services and is connectable by the others.
Advertising and connecting parts are OK, because i'm using an SDK example as base, but when i try to register a "custom" service (i want to implement the Device Information service with Manufacturer Name characteristic) my nRF Control Center app on Android see it as "Unknown Service".
Here is the code i'm using: http://pastebin.com/cqDxQipP
Thank you and regards.