< div class = "字段field-name-taxonomy-forums field-type-taxonomy-term-reference field-label-above”> < div class = "字段标签" >论坛:,< / div > < div class = "字段条目" > < div class =”field-item甚至“rel = " sioc: has_container " > < a href = " /论坛/ dialog-smartbond-bluetooth-low-energy - % E2 % 80% 93 -软件”“=“sioc:容器sioc:论坛”属性= " rdfs: label skos: prefLabel”数据类型= " " >对话框Smartbond蓝牙低能量-软件< / > < / div > < / div > < / div > < div class =”字段field-name-body field-type-text-with-summary field-label-hidden”> < div class = "字段条目" > < div class =”field-item甚至“财产=“内容:编码”> < p >你好,< br / > <强>设置:< /强> < / p > < p >我有写一个自定义的profile/services application. My custom service has two characteristics (1 and 2) and the Characteristic 2 is enabled with notifications. I've designed the notification size to 154 bytes, I exchange the size of notification with the client. I have a timer which expires every 200ms, when it expires I will send a notification i.e. once every 200ms I send a notification of 154 bytes. I have an android app with which I'm connecting to my Murata DA14580 EVK. With that as the setup.
Observations:
I observe on my android application that I miss several notifications. However, if I either increase the timer duration, keeping the pay load size constant or by keeping the same timer duration if I decrease the notification's payload size, in both these cases I don't observe notification loses.
- Has anyone else come across such an effect?
- Does Android BLE implementation has any limitation in the rate or/and size of notifications that it can receive?