I have a CC2650DK and would like to:
1) Use a random BLE address. Currently it seems to be fixed in the SimpleBLEPeripheral and HeartRate examples.
2) I would like advertising to start on a button press (as it currently does), but I'd like it to stop (CC2650 in STANDBY) after a preset time period. The button press will bring the system ACTIVE and start BLE advertising.
3) Is there an LED on the main board that's free to indicate whether the CC2650 is advertising (flashing on/off) or connected (on) or STANDBY (off)?
4) Use event based notifications (versus a timer based period). For example, HeartRate example uses a timer. How can I modify this example to send continuous 20 byte data packets when the master (Android Nexus 7 2013 with minimum 7.5ms connecion interval) enables notifications? I want to test the maximum BLE throughput which should be ~85kbps.
Advice on these topics is appreciated!