Learn MoreFAQsTutorials

2 posts / 0 new
Last post
MADHUSF
Offline
Last seen:2 months 5 days ago
加入:2018-01-15 09:22
IoT kit BLE

Hi,

I m using IoT multi sensor kit with DA14585_IOTP_v6.160.4 SDK

I have seen the code..i didnt find the app handlers i mean cfg or cfm handlers for ble..

from which function the data is transmitting to app please explain briefly..

from which handler and how it is transmitting to the app through BLE??

Device:
PM_Dialog
Offline
Last seen:10 hours 46 min ago
Staff
加入:2018-02-08 11:03
Hi MADHUSF,

Hi MADHUSF,

The DA14585 Multi-Sensor Kit is based on the custom service, named Dialog Wearable Service (DWS). Please check files user_dws.c and user_iot_task.c which contain the user interface to the DWS. Files dws.c and dws_task.c include service functions and FSM handlers. In addition, user_dws.c and user_dws_task.c provide users space access to the DWS custom service. The definitions of the characteristics and full DWS Database Description can be found in user_dws_config.h which contains DWS profile database structure and initialization. Please read section 4.9 Dialog Wearable Service V2 of the user manual for getting more information regarding the DWS.

Thanks, PM_Dialog