H Hirogens Active Member Licensed User Longtime User Jul 31, 2018 #1 Hello, I would like to use Wait for with SetNotify (in library BleManager2) how can I do this ? When I press tab and select BleManager2 I have no "function" which use SetNotify :/
Hello, I would like to use Wait for with SetNotify (in library BleManager2) how can I do this ? When I press tab and select BleManager2 I have no "function" which use SetNotify :/
f0raster0 Well-Known Member Licensed User Longtime User Jul 31, 2018 #2 Have a look here post #10 https://www.b4x.com/android/forum/threads/ble2-setnotify.74421/ Last edited: Jul 31, 2018 Upvote 0
DonManfred Expert Licensed User Longtime User Jul 31, 2018 #3 f0raster0 said: Have a look here post #10 Click to expand... You can copy the link to that post diretly if you copy the link behind the #10 Here Upvote 0
f0raster0 said: Have a look here post #10 Click to expand... You can copy the link to that post diretly if you copy the link behind the #10 Here
H Hirogens Active Member Licensed User Longtime User Jul 31, 2018 #4 Well I try this B4X: Wait For manager.GetCharacteristicProperties("servicef", "caract") But I have this : Setting descriptor. Success = true writing descriptor: false And I need to have True :/ Upvote 0
Well I try this B4X: Wait For manager.GetCharacteristicProperties("servicef", "caract") But I have this : Setting descriptor. Success = true writing descriptor: false And I need to have True :/
Erel B4X founder Staff member Licensed User Longtime User Aug 1, 2018 #5 Your code is wrong. I recommend you to watch the resumable subs video tutorial: https://b4x.com/etp.html You can only wait for events or subs that return ResumableSub objects. Upvote 0
Your code is wrong. I recommend you to watch the resumable subs video tutorial: https://b4x.com/etp.html You can only wait for events or subs that return ResumableSub objects.