Hi,
I have a problem scanning ble on Galaxy Tab S6.
BluetoothAdapter.startScan (callback) works for phones and older Galaxy Tabs. (Android 10) But It’s not work on Galaxy Tab S6 (Android 10).
I tried to use BluetoothAdapter.getBluetoothLeScanner().startScan(callback) instead of BluetoothAdapter.startScan(callback), but it is not scanned as well.
There is no problem communicating using registered BLE in System Setting.
Only scanning is not work.
What should I do?
Thanks.