Enhanced connection oriented channel connect indication structure. More...
#include <l2c_api.h>
| Data Fields | |
| wsfMsgHdr_t | hdr | 
| Header structure.  More... | |
| uint16_t | mps | 
| Data packet MPS peer can receive.  More... | |
| uint16_t | mtu | 
| Data packet MTU peer can receive.  More... | |
| bool_t | req | 
| TRUE if indicating a request, else a response.  More... | |
| uint8_t | cidLen | 
| Number of channels in cidList.  More... | |
| uint16_t | cidList [5] | 
| Local channel ID list.  More... | |
Enhanced connection oriented channel connect indication structure.
| wsfMsgHdr_t hdr |