Other Parts Discussed in Thread: CC2640R2F, BLE-STACK
Hi,
In SimpleLink CC2640R2F SDK, normally transmit 20 Bytes payload in one BLE packet .
Accroding to BLE spec, we can choose to transmit 'new' packet or 'continuous' packet. Note: based on different type of LLID field type.
If transmit new packet, then up to 20 Bytes application data max can be loaded. If choose 'continuous', up to 27 Bytes per packet can be transmitted.
Please advise, what is the API available in SimpleLink CC2640R2F SDK to transmit 'continuous' frame ?
Thank you