We are using WL1835 module with AM3354 processor with the TIBluetopiaPMWiLink8LinuxAddOnforSitaraAM335x-4.0.1.4.2 addon package. We are trying to put the Bluetooth module in Sleep mode. We are using the function VS_Enable_Sleep_Mode in our application to enable sleep mode.
The above function takes the BluetoothStackId and the VS_Enable_Sleep_Mode_Params_t structure as parameters. We have set the DeepSleepEnable member of the structure to TRUE and DeepSleepMode to '0' (HCILL). And the other parameters as unchanged.
The function returns success.
But how do we ensure that the module is in sleep mode?
We are trying to see the change in the RTS line of the Bluetooth module when it wakes up. But RTS remains low all the time irrespective of sleep or active state. There is no problem in the Bluetooth communication though. Is there any configuration to be done to enable RTS pulses?
Regards,
Harini