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:
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