fun GattServerConnection.getGattService(serviceUUID: UUID): Single<BluetoothGattService>
Emit a BluetoothGattService if the service is found
GattServiceNotFoundException
- if service is NOT found
GattServerNotFoundException
- if GATT server is NOT available