Here is stated that Android 8.0 supports LE Connection-Oriented Channels. However I don't see any reference of it in the Android API. The BluetoothAdapter
class only has only methods for listening RFCOMM sockets (which runs on BT Classic only); and the BluetoothSocket
class says: "The most common type of Bluetooth socket is RFCOMM, which is the type supported by the Android APIs."
How is possible to use LE CoC? Can someone help to clarify this confusion? Moreover is seems they are supported by the BLE stack that runs below the Java API, see here for example.