Other Parts Discussed in Thread: SYSCONFIG
Tool/software:
Hi, hello,
I am referring to this document C:/ti/simplelink_cc13xx_cc26xx_sdk_7_41_00_17/docs/ble5stack/ble_user_guide, specifically the "Connection Oriented Channels Example," and using the example at C:\ti\simplelink_cc13xx_cc26xx_sdk_7_41_00_17\examples\rtos\CC26X2R1_LAUNCHXL\ble5stack\simple_peripheral to debug the L2CAP CoC functionality.
I would like to ask if there is any mobile app that can be used to test this functionality during debugging?
For example, after establishing a Bluetooth connection using the CC2642, I call the function L2CAP_ConnectReq(connHandle, App_SPSM, App_SPSM) to establish the L2CAP CoC channel. Then, I periodically call Application_sendL2capData to send data. At this point, I expect to see the data I send in an Android app, but I currently cannot see the data using nrfconnect. So, I would like to inquire if there is any specific app for this purpose?