|
InPlay API
|
LE credit based connection request confirmation. More...
#include <in_ble_l2cc.h>
Data Fields | |
| uint16_t | peer_cid |
| Peer Channel identifier. | |
| bool | accept |
| True to accept the incoming connection, False else. | |
| uint16_t | local_cid |
| Local Channel identifier (0: automatically allocate a free channel) | |
| uint16_t | local_credit |
| uint16_t | local_mtu |
| Maximum SDU size - Shall not exceed device MTU. | |
| uint16_t | local_mps |
| Maximum Packet size - Shall not exceed device MPS. | |
LE credit based connection request confirmation.
| uint16_t local_credit |
Credit allocated for the LE Credit Based Connection Shall be at least: floor(((SDU + 2) + (MPS - 1)) / MPS) + 1 To be sure that 1 SDU can be fully received without requesting credits to application