Home | History | Annotate | Download | only in include

Lines Matching full:channel

52 #define AVCT_DATA_CTRL              0x0001    /* for the control channel */
53 #define AVCT_DATA_BROWSE 0x0002 /* for the browsing channel */
56 #define AVCT_MIN_CONTROL_MTU 48 /* Per the AVRC spec, minimum MTU for the control channel */
57 #define AVCT_MIN_BROWSE_MTU 335 /* Per the AVRC spec, minimum MTU for the browsing channel */
63 #define AVCT_BROWSE_OFFSET 17 /* the default offset for browsing channel */
184 ** is the last connection to a peer the L2CAP channel for AVCTP
217 ** is the last connection to a peer the L2CAP channel for AVCTP
230 ** Description Get the peer_mtu for the AVCTP Browse channel of the given
233 ** Returns the peer browsing channel MTU.
242 ** Description Get the peer_mtu for the AVCTP channel of the given
261 ** AVCT_CONNECT_CFM_EVT or AVCT_CONNECT_IND_EVT on control channel or
262 ** AVCT_BROWSE_CONN_CFM_EVT or AVCT_BROWSE_CONN_IND_EVT on browsing channel.
265 ** AVCT_DATA_CTRL for control channel traffic;
266 ** AVCT_DATA_BROWSE for for browse channel traffic.