Other Parts Discussed in Thread: CC2640
Our application need to send / receive about 40~80byte size packet at more then 1Mbps speed.
At first, I was trying to use CC2640 Prop mode. But there was issue on setup RF with more then 1Mbps speed.
So, we are on possibility checking for using CC2640R2 BLE5 1M or 2M PHY.
But, have some issue on receiving more then 37byte size packet with rfPacketErrorRate example which is included in SimpleLink CC2650R2 SDK 2.20.00.49
For testing , I changed MAX_BLE_PAYLOAD_LENGTH to 60 defined at the tx.c file of example project and run the BT5 error rate test like as described on testing guilde, but RX node seems not receiving even a packet.
Sample code is using rfc_CMD_BLE5_ADV_AUX_t to sending packet and rfc_CMD_BLE5_GENERIC_RX_t for receiving packet.
Below linked post say that the AUX_ADV_IND packet can hold up to 255 byte.
https://e2e.ti.com/support/wireless_connectivity/bluetooth_low_energy/f/538/p/651581/2394091?tisearch=e2e-sitesearch&keymatch=AUX_ADV_IND#2394091
https://e2e.ti.com/support/wireless_connectivity/bluetooth_low_energy/f/538/t/621447?CC2640R2F-How-to-setup-the-advertising-pdu-payload-length-with-cmd-ble5-adv-aux-
Is that a way sending more then 37Byte payload with secondary advertising channel at a time without fragmentation ?
or, am I misunderstanding something on BLE5 ADV_AUX tx or BLE5_GENERIC_RX command ?