xpg / GizwitsBLE

Android BLE SDK
Apache License 2.0
195 stars 89 forks source link

Will the notification be lost when switch to other characteristics page? #1

Closed cgha closed 8 years ago

cgha commented 10 years ago

I just want to use one characteristic to write command ,and receive the notification(response of from other characteristic. Or is there any way to log the event just like the lightblue app on ios platform?

ax003d commented 9 years ago

You can see all logs about BLE event through adb

adb logcat -s blelib
cgha commented 9 years ago

No, I want to see the log on app,but not adb. Thanks for your reply.

Regards,

2014-09-13

cgh21

发件人:ax003d notifications@github.com 发送时间:2014-09-12 20:43 主题:Re: [GizwitsBLE] Will the notification be lost when switch to other characteristics page? (#1) 收件人:"xpg/GizwitsBLE"GizwitsBLE@noreply.github.com 抄送:"cgha"cgh21@163.com

You can see all logs about BLE event through adb adb logcat -s blelib

— Reply to this email directly or view it on GitHub.

ax003d commented 9 years ago

I'm sorry that you should modify the demo app to fit your need in that case.