Lines Matching full:channel
21 * This interface file contains the interface to the Multi-Channel
33 #define MCA_NUM_CCBS ((MCA_NUM_REGS)*(MCA_NUM_LINKS)) /* Number of control channel control blocks */
34 #define MCA_NUM_DCBS ((MCA_NUM_REGS)*(MCA_NUM_LINKS)*(MCA_NUM_MDLS)) /* Number of data channel control blocks */
71 #define MCA_CONNECT_IND_EVT 0x20 /* Control channel connected */
72 #define MCA_DISCONNECT_IND_EVT 0x21 /* Control channel disconnected */
73 #define MCA_OPEN_IND_EVT 0x22 /* Data channel open indication */
74 #define MCA_OPEN_CFM_EVT 0x23 /* Data channel open confirm */
75 #define MCA_CLOSE_IND_EVT 0x24 /* Data channel close indication */
76 #define MCA_CLOSE_CFM_EVT 0x25 /* Data channel close confirm */
78 #define MCA_RSP_TOUT_IND_EVT 0x27 /* Control channel message response timeout */
83 typedef UINT8 tMCA_CL; /* the handle for a control channel; reported at MCA_CONNECT_IND_EVT */
85 typedef UINT16 tMCA_DL; /* the handle for the data channel. This is reported at MCA_OPEN_CFM_EVT or MCA_OPEN_IND_EVT */
96 UINT16 ctrl_psm; /* L2CAP PSM for the MCAP control channel */
97 UINT16 data_psm; /* L2CAP PSM for the MCAP data channel */
115 /* This structure contains L2CAP configuration parameters for the channel. */
123 UINT16 data_mtu; /* L2CAP MTU of the MCAP data channel */
171 tMCA_DL mdl; /* The handle for the data channel */
178 tMCA_DL mdl; /* The handle for the data channel */
185 tMCA_DL mdl; /* The handle for the data channel */
186 BOOLEAN cong; /* TRUE, if the channel is congested */
257 ** It is assumed that the control channel PSM and data channel
312 ** Description This function initiates an MCAP control channel connection
316 ** This control channel is identified by tMCA_CL.
332 ** Description This function disconnect an MCAP control channel
334 ** If associated data channel exists, they are disconnected.
350 ** If the response is successful, a data channel is open
352 ** When the data channel is open successfully, a MCA_OPEN_CFM_EVT
353 ** is reported. This data channel is identified as tMCA_DL.
368 ** If the rsp_code is successful, a data channel is open
370 ** When the data channel is open successfully, a MCA_OPEN_IND_EVT
371 ** is reported. This data channel is identified as tMCA_DL.
384 ** Description Close a data channel. When the channel is closed, an
399 ** If the response is successful, a data channel is open.
400 ** When the data channel is open successfully, a MCA_OPEN_CFM_EVT
415 ** If the response is successful, a data channel is open.
416 ** When the data channel is open successfully, a MCA_OPEN_IND_EVT
430 ** Description This function initiates a data channel connection toward the
432 ** When the data channel is open successfully, a MCA_OPEN_CFM_EVT
433 ** is reported. This data channel is identified as tMCA_DL.
488 ** Description Get the L2CAP CID used by the given data channel handle.
490 ** Returns L2CAP channel ID if successful, otherwise 0.