Closed mdivya-symplr closed 1 year ago
Regression tested with the example project with build SDK = API 33:
getBluetoothState()
returns the correct result however setBluetoothState()
has now effect because changing Bluetooth state on API 33+ is not supported.
Bluetooth is not enabled/ disabled when
getBluetoothState
is called in Android 13 but still returns success responseStarting with Build.VERSION_CODES.TIRAMISU, applications are not allowed to enable/disable Bluetooth. https://developer.android.com/reference/android/bluetooth/BluetoothAdapter#enable()