Home | History | Annotate | Download | only in include

Lines Matching refs:psm

40 /* Minimum offset for broadcast needs another two bytes for the PSM */
119 /* Validity check for PSM. PSM values must be odd. Also, all PSM values must
123 #define L2C_INVALID_PSM(psm) (((psm) & 0x0101) != 0x0001)
124 #define L2C_IS_VALID_PSM(psm) (((psm) & 0x0101) == 0x0001)
184 ** PSM that the remote wants to connect to
343 ** Returns PSM to use or zero if error. Typically, the PSM returned
345 ** connection to a dynamic PSM, a "virtual" PSM is returned
350 L2C_API extern UINT16 L2CA_Register (UINT16 psm, tL2CAP_APPL_INFO *p_cb_info);
362 L2C_API extern void L2CA_Deregister (UINT16 psm);
368 ** Description Other layers call this function to find an unused PSM for L2CAP
371 ** Returns PSM to use.
388 L2C_API extern UINT16 L2CA_ConnectReq (UINT16 psm, BD_ADDR p_bd_addr);
417 L2C_API extern UINT16 L2CA_ErtmConnectReq (UINT16 psm, BD_ADDR p_bd_addr,
596 L2C_API extern UINT16 L2CA_LocalLoopbackReq (UINT16 psm, UINT16 handle, BD_ADDR p_bd_addr);
815 /* UCD registration info (the callback addresses and PSM)
828 ** Description Register PSM on UCD.
835 L2C_API extern BOOLEAN L2CA_UcdRegister ( UINT16 psm, tL2CAP_UCD_CB_INFO *p_cb_info );
841 ** Description Deregister PSM on UCD.
843 ** Parameters: PSM
848 L2C_API extern BOOLEAN L2CA_UcdDeregister ( UINT16 psm );
856 ** Parameters: PSM
865 L2C_API extern BOOLEAN L2CA_UcdDiscover ( UINT16 psm, BD_ADDR rem_bda, UINT8 info_type );
873 ** Parameters: PSM
884 L2C_API extern UINT16 L2CA_UcdDataWrite (UINT16 psm, BD_ADDR rem_bda, BT_HDR *p_buf, UINT16 flags);
1060 ** cid - channel ID (0 uses RFCOMM PSM's CID)