We receive from bluetooth device this output: byte[] bytes = intent.getStringExtra(BluetoothLeService.EXTRA_DATA).getBytes();
and the output is: enter image description here
How I can transform bytes[] to String[] in format HEX without losing "CE" chars in the picture?