-
Notifications
You must be signed in to change notification settings - Fork 37
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to pair the device? #2
Comments
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 time over the summer... |
I found that we can connect device(with no PIN ) with code below,using service tag 0x00002000:
|
This is awesome! Thank you for your contribution. I will try to integrate your finding. |
Is there a similar way to make the iPhone discoverable and accept incoming pairing requests? |
Yes, in the way I did in my code:
|
Hi Michael, Could you please let me know , is it posible to do similar thing with Personal hotspot and WiFi. Could you please help me in achieving this functionality. |
I haven't spent too much time into WiFi, but I am quite sure this is possible. But not with my framework. |
Ok thanks!
|
@michaeldorner : I have used your code and able to discovered the devices. we are able to connect.pair with apple mac mini but when we try to connect with Android device and Another Apple device it shows below error log message. If you have any idea about the above error then please let me know. |
@michaeldorner Is there any way to know what these error codes are with respect to BluetoothManager APIs. |
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 At least regarding the services: I am quite sure, that |
@nickup I tried using the 0x00002000 service but it asks me for a pin... have you found anything new? |
HI michaeldorner.. I am facing problem to pair devices from long time. will you please provide updated BeeTee app with device pairing?. i will be waiting for your code please provide. |
@mgreddy12345 Not in a near future. Unfortunately I do not have time for working on BeeTee. But Contributions are always welcome! |
okay thank you michaeldorner.
…On Wed, Sep 13, 2017 at 4:30 PM, Michael Dorner ***@***.***> wrote:
@mgreddy12345 <https://github.com/mgreddy12345> Not in a near future.
Unfortunately I do not have time for working on BeeTee. But Contributions
are always welcome!
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#2 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ANBvfIR2bDnq5eYM-Okmk_NS4Q_Czf02ks5sh7WygaJpZM4B9_sF>
.
--
E.Gopal.
Colors Software Pvt Ltd.
Mobile : 9700656533
Email : [email protected]
URL : http://www.colorssoftware.com
|
@nickup |
Hi michael, Is it possible to Possible to pair a peripheral from an iOS App ? |
Hi, sure it is possible, but I think what you actually want is CoreBluetooth, which is the Bluetooth 4.0 (LE) framework. BeeTee here is for low-level bluetooth and non-LE interactions. |
Hi Michael, I would like to connect a Bluetooth classic device for which I have tried BeeTee. Using it I was able to list the device. I would also like to connect the device. I thought after pairing the device only we can connect it. So, I have went through BluetoothManager.h file in BeeTee Application I have found a method to unpair device but no method to pair device. I would like to know if it is possible to pair a device using BeeTee. I have tried by pairing the device from iPhone settings and tried to connect and disconnect the device from BeeTee application which I was able to do it. Now I'm just stuck in pairing the device from BeeTee application. Any help would be appreciated. Thanks. |
Please let me know (also via PR) if you find a solution to this problem. I do not have deeper experiences regarding paring with |
Hi Michael, Could you tell me how to pair the bluetooth device?
I run your demo on my ip4s(ios7.1), and I try to connect the device in method
just like this:[device connect];
But I got the log:
2014-05-24 23:04:11.867 BeeTee[2360:60b] BTM: connection to service 0xffffffff on device "小米手机" AC:F7:F3:9B:D6:8D failed with error 109
Is connect equals pair?
I just want to read some data from my odb deveice.
Could you tell the way to do this?
Appreciate your work and Thank you!
The text was updated successfully, but these errors were encountered: