2 posts / 0 new
Last post
prasanth.velliy...
Offline
Last seen:1年9个月前
加入:2016-02-18 12:18
DSPS_DEVICE sleep

Hi Dialog Team

I am working in DSPS project,
Q1 : How to make DSPS_DEVICE disconnect by DSPS_HOST ??
Q2 : how to put DSPS_DEVICE into sleep mode ?? can i wake_up the DSPS_DEVICE using DSPS_HOST ?? how to do it ??
Thank you...

Device:
MT_dialog
Offline
Last seen:1 month 13 hours ago
工作人员
加入:2015-06-08 11:34
Hi prasanth.velliyangiri,

Hi prasanth.velliyangiri,

Q1: There is a function in the SDK that allows you to send a disconnection command to the central, please check the app_disconnect_msg_create() function to create the message and then send it to to the stack with the app_disconnect_msg_send().

Q2: The same way all the designs go into sleep mode by setting the app_default_sleep_mode variable to ARCH_EXT_SLEEP_ON. Regarding the if the peripheral can be awaken by the host, please check my answer #2 on your post below at the 1st paragraph.

https://support.dialog-semiconductor.com/forums/post/dialog-smartbond-bl...

Thanks MT_dialog