I am making an app and part of it is detecting nearby bluetooth devices. When I press scan for bluetooth devices. I get this error on android, it said, need android.permission.BLUETOOTH_SCAN permission for AttributionSource {uid= 10162, packageName = com.yourprojectname, attributionTag= null, token = android.os.BinderProxy@df42937, next= null}: GattServiceregisterScanner
I have checked the permissions and I have while using app. I am using this website as a reference. https://blog.logrocket.com/using-react-native-ble-manager-mobile-app/