TI BLE5-Stack API Documentation  9.12.00
Data Fields
l2capPsm_t Struct Reference

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...
 

Detailed Description

L2CAP PSM structure. Allocated one for each registered PSM.

Field Documentation

§ initPeerCredits

uint16 initPeerCredits

Number of LE-frames that peer device can send.

§ maxNumChannels

uint8 maxNumChannels

Maximum number of CO Channels supported by PSM.

§ mps

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).

§ mtu

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.

§ peerCreditThreshold

uint16 peerCreditThreshold

Low threshold for peer credit count.

§ pfnVerifySecCB

pfnVerifySecCB_t pfnVerifySecCB

PSM security verification callback (can be NULL)

§ psm

uint16 psm

Registered PSM.

§ taskId

uint8 taskId

Task registered with PSM.


The documentation for this struct was generated from the following file:
© Copyright 1995-2025, Texas Instruments Incorporated. All rights reserved.
Trademarks | Privacy policy | Terms of use | Terms of sale