Other Parts Discussed in Thread: BLE-STACK
I'm currently looking at the best way of sending largish amounts of data through BLE (host is Linux with a custom Bluez-based application, peripheral is based on CC2650), and wanted to know if there is an example of using the L2CAP layer directly on the CC2650?
I see that others have been asking similar questions earlier (see for example https://e2e.ti.com/support/wireless_connectivity/bluetooth_low_energy/f/538/t/343848 ) and were told that this would be supported in a future release, and as the BLE-Stack developers guide lists the L2CAP api, I presume that it is supported now? Having an example to see how it's actually used is always nice though.