|
TI BLE Stack API Documentation
2.03.08
|
#include <l2cap.h>
Public Attributes | |
| uint16 | psm |
| Registered PSM. | |
| uint16 | mtu |
| Maximum SDU size that can be received by local device. | |
| uint16 | initPeerCredits |
| Number of LE-frames that peer device can send. | |
| uint16 | peerCreditThreshold |
| Low threshold for peer credit count. | |
| uint8 | maxNumChannels |
| Maximum number of CO Channels supported by PSM. | |
| uint8 | taskId |
| Task registered with PSM. | |
| pfnVerifySecCB_t | pfnVerifySecCB |
| PSM security verification callback (can be NULL) | |
L2CAP PSM structure. Allocated one for each registered PSM.
1.8.12