-
Notifications
You must be signed in to change notification settings - Fork 54
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
直接连接 Direct connection #60
Comments
Not sure. If I remember correctly I had problems doing that. But just try it out. If it doesn't work, you can do it like here: BleWinrtDll/DebugBle/Program.cs Lines 42 to 50 in f2635b7
and here: Lines 192 to 206 in f2635b7
Lines 167 to 179 in f2635b7
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
By using the demo scene you provided,I can subscribe my sensor's character and read the poll back data successfully.So i'm wondering if i get the service id and character id in advance,can i use
SubscribeCharacteristic
directly to get the data?Cause I don't know how the underlying layer of this DLL worksThe text was updated successfully, but these errors were encountered: