I have tried to understand how data was send from two BLE device. I have had 2 PCA10056 board and I have loaded ble_app_blinky example and ble_app_blinky_c example for each. As we know one board is slave and one is master. If I press Button1 on one board, LED3 on other board will change state. I know that the "transmitter board" was send one packet to the "receiver board".
- Which types of packets ( advertising packet or data packet) was use in this example?
- Which array does contain the packet which is received in the "receiver board"? I want to observer this array in Watch Window of Keil C or print it to the teminal.