BLE Examples - Custom Profile Characteristic Descriptions do not display on Android devices

2 posts / 0 new
Last post
timeye
Offline
Last seen:4 years 3 months ago
Joined:2016-08-11 20:22
BLE Examples - Custom Profile Characteristic Descriptions do not display on Android devices

Using DA1458x SDK 5.0.4

When compiling and running the BLE Examples in the SDK directory \DA1458x_SDK\5.0.4\projects\target_apps\ble_examples
I have not been able to display the Characteristic User Description strings for any of the custom entries using any Android device running BLE Scanner, et al.
However when I run these BLE examples on an iOS platform running Lightblue Explorer, ALL of these fields are displayed properly.

The strings are located in the user_custs1_def.h file:
for example:
#定义CUST1_CONTROL_POINT_USER_DESC”Poi的控制nt"
#define CUST1_LED_STATE_USER_DESC "LED State"

On the Android device, An R button appears on the right hand of the screen for each field, but the R button doesn't do anything.

I have run this using the SDK ble_app_peripheral, ble_app_all_in_one, and several other examples... all with the same results.

Any ideas?

thanks

Device:
MT_dialog
Offline
Last seen:1 month 2 weeks ago
Staff
Joined:2015-06-08 11:34
Hi timeeye,

Hi timeeye,

This has to do with the BLE Scanner and not the 580 or the fw, perhaps with the BLE Scanner version that you currently have installed (the version i tested is 3.3 and i am able to read the descriptors of each characteristic). Also try to close and reopen the BLE module on your phone, perhaps there are cached on your android device and that has something to do with what you are experiencing.

Thanks MT_dialog