Thursday, February 8, 2007

Non-Caching Bluetooth Resolver

For our project, we need to scan for bluetooth beacons. The default nokia implementation caches the names of the bluetooth devices, so the update speed isn't acceptable for us.

The modified aosocketnativenew.pyd by Albert Huang does this. It doesn't cache the device list but also doesn't cache the names, but I guess we can live with that.

No comments: