I am implementing a custom BLE peripheral that exposes some unusual sensor data, so I have decided to have my device implement a proprietary service. How do I assign a uuid to this service that is guaranteed to not conflict with custom services implemented by other third party BLE devices?
↧