|
TI BLE Stack API Documentation
2.03.08
|
#include <l2cap.h>
Public Attributes | |
| uint16 | psm |
| PSM that channel belongs to. | |
| uint16 | mtu |
| Maximum SDU size that can be received by local device. | |
| uint16 | mps |
| Maximum payload size that can be received by local device. | |
| uint16 | credits |
| Number of LE-frames that local device can send. | |
| uint16 | peerCID |
| Remote channel id. | |
| uint16 | peerMtu |
| Maximum SDU size that can be received by peer device. | |
| uint16 | peerMps |
| Maximum payload size that can be received by peer device. | |
| uint16 | peerCredits |
| Number of LE-frames that peer device can send. | |
| uint16 | peerCreditThreshold |
| Low threshold for peer credit count. | |
Connection oriented channel information format.
1.8.12