How do I scan for Bluetooth LE devices?
I have an Unreal app that needs to connect to BLE devices. During development I was using ACCESS_FINE_LOCATION permission but later discovered this is not allowed on the Oculus store. So I modified the app to use the recommended CompanionDeviceManage...