Bluetooth mode without connecting on Android

I am using Android 4.x and want to send some data without establishing a connection. I tried the Android API (BluetoothSocket), but you can only send data if the device is connected. Is it possible to send data without establishing a connection? This should be possible since BluetoothV3.0. Thanks.

+4
source share

Source: https://habr.com/ru/post/1496735/


All Articles