Lines Matching full:link
32 ** LLCP link states
36 LLCP_LINK_STATE_DEACTIVATED, /* llcp link is deactivated */
37 LLCP_LINK_STATE_ACTIVATED, /* llcp link has been activated */
38 LLCP_LINK_STATE_DEACTIVATING /* llcp link is deactivating */
55 ** LLCP link control block
59 tLLCP_LINK_STATE link_state; /* llcp link state */
60 tLLCP_LINK_CBACK *p_link_cback; /* callback function to report llcp link status */
71 UINT16 peer_miu; /* link MIU of peer device */
73 UINT16 peer_lto; /* link timeout of peer device in ms */
76 TIMER_LIST_ENT timer; /* link timer for LTO and SYMM response */
79 UINT8 ll_idx; /* for scheduler of logical link connection */
80 UINT8 dl_idx; /* for scheduler of data link connection */
85 UINT8 link_deact_reason; /* reason of LLCP link deactivated */
93 UINT16 local_lto; /* Local Link Timeout */
97 UINT16 data_link_timeout; /* data link conneciton timeout */
108 UINT8 link_type; /* logical link and/or data link */
119 ** LLCP data link connection states
126 LLCP_DLC_STATE_CONNECTED, /* data link connection has been established */
133 ** LLCP data link connection events
151 LLCP_DLC_EVENT_LINK_ERROR, /* llcp link has been deactivated */
158 ** LLCP data link connection control block
168 tLLCP_DLC_STATE state; /* data link connection state */
225 tLLCP_LCB lcb; /* LLCP link control block */
229 tLLCP_DLCB dlcb[LLCP_MAX_DATA_LINK]; /* Data link connection control block */
234 UINT8 num_logical_data_link; /* number of logical data link */
235 UINT8 num_data_link_connection; /* number of established data link connection */
238 UINT8 ll_tx_congest_start; /* congest start threshold for each logical link*/
239 UINT8 ll_tx_congest_end; /* congest end threshold for each logical link */
243 BOOLEAN overall_tx_congested; /* TRUE if tx link is congested */
246 UINT8 ll_tx_uncongest_ntf_start_sap; /* next start of logical data link */
247 UINT8 dl_tx_uncongest_ntf_start_idx; /* next start of data link connection */
250 ** when overall rx link congestion starts, RNR is sent to remote end point of data link connection
251 ** while rx link is congested, UI PDU is discarded.
262 UINT8 ll_rx_congest_start; /* rx congest start threshold for each logical link */
266 BOOLEAN overall_rx_congested; /* TRUE if overall rx link is congested */