Michael Dorner

Results 38 comments of Michael Dorner

No, I will merge as soon as possible. I really appreciate your work! Thanks for contributing!

Unfortunately I cannot work on this project at the moment. Until now I could not figure out how to perform a stable pairing with two devices. Hopefully I have some...

This is awesome! Thank you for your contribution. I will try to integrate your finding.

Yes, in the way I did in my code: ``` [[BluetoothManager sharedInstance] setDeviceScanningEnabled:YES]; [[BluetoothManager sharedInstance] scanForServices:0xFFFFFFFF]; ```

I haven't spent too much time into WiFi, but I am quite sure this is possible. But not with my framework.

To be honest, I have no idea. :-) The main problem about the error codes and the services as well is: they are not typed, they are just `int` and...

@mgreddy12345 Not in a near future. Unfortunately I do not have time for working on BeeTee. But Contributions are always welcome!

Hi, sure it is possible, but I think what you actually want is [CoreBluetooth](https://developer.apple.com/documentation/corebluetooth), which is the Bluetooth 4.0 (LE) framework. BeeTee here is for low-level bluetooth and non-LE interactions.

Please let me know (also via PR) if you find a solution to this problem. I do not have deeper experiences regarding paring with `BluetoothManager`.

Sorry I don’t have the time to work on the project currently.