Hi all,
I made 2 little applications:
- 1 for iDevices, which sends out their UDID
- 1 for the Mac, which scans for peripherals
I notice that after a while, the bluetooth module is crashing, either the module or the OSX.
the didDiscoverPeripheral function checks the RSSI if its greater than -70 it will check the UDID with an external database using Restfull API.
I have 2 iMacs with the same version of OSX and the application itself.
1 keeps working as it should, one other one doesn't.
After a while it either responds like between 3-10 minutes or even longer.
I notice that I can't disable the bluetooth, clear devices or reset module at all.
I need to clear nvram and pram, then I can reset module etc etc
And again after a while (few hours) the same issue occures.
What I did try :
- reinstall osx (different versions, from Mavericks to high sierra)
- replaced complete iMac 4 times (and all installations)
I still find it weird that on the other building this does not happen at all.
So I thought it had something to do with surrounding bluetooth devices, which doesn't seem the issue, as there aint that many devices, and not always near this 1 computer (it's a warehouse)
Does anyone know anything about this behaviour and how to prevent it ?
I made 2 little applications:
- 1 for iDevices, which sends out their UDID
- 1 for the Mac, which scans for peripherals
I notice that after a while, the bluetooth module is crashing, either the module or the OSX.
the didDiscoverPeripheral function checks the RSSI if its greater than -70 it will check the UDID with an external database using Restfull API.
I have 2 iMacs with the same version of OSX and the application itself.
1 keeps working as it should, one other one doesn't.
After a while it either responds like between 3-10 minutes or even longer.
I notice that I can't disable the bluetooth, clear devices or reset module at all.
I need to clear nvram and pram, then I can reset module etc etc
And again after a while (few hours) the same issue occures.
What I did try :
- reinstall osx (different versions, from Mavericks to high sierra)
- replaced complete iMac 4 times (and all installations)
I still find it weird that on the other building this does not happen at all.
So I thought it had something to do with surrounding bluetooth devices, which doesn't seem the issue, as there aint that many devices, and not always near this 1 computer (it's a warehouse)
Does anyone know anything about this behaviour and how to prevent it ?