I would like to put my device into continuous scanning mode. I keep looking at RxOpenScanMessage. How do I implement this? From the documentation on continuous scan mode it says to
- Set network Key
- Assign Channel
- Set channel ID
- Set RF Frequency
- Rx Ext Messages Enable
- Open Rx Scan Mode
Does open Rx Scan mode have anything to do with RxOpenScanMessage? I am a bit new at android, and the documentation on this class does not say much.
Thanks