![]() |
![]() |
|
TI BLE5-Stack API Documentation
9.12.00
|
L2CAP PSM structure. Allocated one for each registered PSM. More...
Data Fields | |
| uint16 | initPeerCredits |
| Number of LE-frames that peer device can send. More... | |
| uint8 | maxNumChannels |
| Maximum number of CO Channels supported by PSM. More... | |
| uint16 | mps |
| uint16 | mtu |
| uint16 | peerCreditThreshold |
| Low threshold for peer credit count. More... | |
| pfnVerifySecCB_t | pfnVerifySecCB |
| PSM security verification callback (can be NULL) More... | |
| uint16 | psm |
| Registered PSM. More... | |
| uint8 | taskId |
| Task registered with PSM. More... | |
L2CAP PSM structure. Allocated one for each registered PSM.
| uint16 initPeerCredits |
Number of LE-frames that peer device can send.
| uint8 maxNumChannels |
Maximum number of CO Channels supported by PSM.
| uint16 mps |
The maximum size of payload data in octets that the L2CAP layer entity can accept (that is, the MPS corresponds to the maximum PDU payload size).
| uint16 mtu |
The maximum size of payload data, in octets, that the upper layer entity can accept (that is, the MTU corresponds to the maximum SDU size). Note: This is different than ATT_MTU.
| uint16 peerCreditThreshold |
Low threshold for peer credit count.
| pfnVerifySecCB_t pfnVerifySecCB |
PSM security verification callback (can be NULL)
| uint16 psm |
Registered PSM.
| uint8 taskId |
Task registered with PSM.