InPlay API
|
LE credit based connection request. More...
#include <in_ble_l2cc.h>
Data Fields | |
uint8_t | pkt_id |
parameter used for internal usage | |
uint16_t | le_psm |
LE Protocol/Service Multiplexer. | |
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.
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