I need to send an int array in android through Bluetooth it was allowing to send as one by one int only. So is there any way to send complete int array at a time.
There is a possibility to send byte array but I dont want to convert to byte . As my data contains some int value when converting that into a byte it taking as signed byte I want it to be unsigned byte. There is no possibility for the unsigned byte in java so I want to sent as int only.