fun getService(uuid: UUID): Maybe<BluetoothGattService>
Gets the service matching a specific UUID. Prior to this service discovery needs to be performed. This assumes we are connected to the peer.
uuid
- The UUID of the BluetoothGattService to get.
Return
A Maybe containing BluetoothGattService matching the uuid. Empty if not found.