Hi all
I have CC2540keyfod and CC2540 dongle.
I am very interested in sending data by using l2cap layer.
Luckily,the l2cap.h offer several functions like L2CAP_RegisterApp,L2CAP_SendData for us to register and send data via l2cap.
Here, The Func extern bStatus_t L2CAP_RegisterApp( uint8 taskId, uint16 CID ).
what the taskid parameter mean? Actually how to use the function??
Is there example for sending data via l2cap????