Home | History | Annotate | Download | only in int

Lines Matching refs:UINT8

41 typedef UINT8 tLLCP_LINK_STATE;
66 UINT8 flags; /* LLCP internal flags */
68 UINT8 agreed_major_version; /* llcp major version used in activated state */
69 UINT8 agreed_minor_version; /* llcp minor version used in activated state */
71 UINT8 peer_version; /* llcp version of peer device */
75 UINT8 peer_opt; /* Option field of peer device */
79 UINT8 symm_state; /* state of symmectric procedure */
81 UINT8 ll_idx; /* for scheduler of logical link connection */
82 UINT8 dl_idx; /* for scheduler of data link connection */
87 UINT8 link_deact_reason; /* reason of LLCP link deactivated */
93 UINT8 local_opt; /* Option parameter */
94 UINT8 local_wt; /* Response Waiting Time Index */
110 UINT8 link_type; /* logical link and/or data link */
111 UINT8 *p_service_name; /* GKI buffer containing service name */
132 typedef UINT8 tLLCP_DLC_STATE;
157 typedef UINT8 tLLCP_DLC_EVENT;
171 UINT8 flags; /* specific action flags */
175 UINT8 local_sap; /* SAP of local end point */
177 UINT8 local_rw; /* RW of local SAP */
180 UINT8 remote_sap; /* SAP of remote end point */
182 UINT8 remote_rw; /* RW of remote SAP */
185 UINT8 next_tx_seq; /* V(S), send state variable */
186 UINT8 rcvd_ack_seq; /* V(SA), send ack state variable */
187 UINT8 next_rx_seq; /* V(R), receive state variable */
188 UINT8 sent_ack_seq; /* V(RA), receive ack state variable */
195 UINT8 num_rx_i_pdu; /* number of I PDU in rx queue */
196 UINT8 rx_congest_threshold; /* dynamic congest threshold for rx I PDU */
206 UINT8 tid; /* transaction ID */
212 UINT8 next_tid; /* next TID to use */
224 UINT8 trace_level; /* LLCP trace level */
233 UINT8 max_num_ll_tx_buff; /* max number of tx UI PDU in queue */
234 UINT8 max_num_tx_buff; /* max number of tx UI/I PDU in queue */
236 UINT8 num_logical_data_link; /* number of logical data link */
237 UINT8 num_data_link_connection; /* number of established data link connection */
240 UINT8 ll_tx_congest_start; /* congest start threshold for each logical link*/
241 UINT8 ll_tx_congest_end; /* congest end threshold for each logical link */
243 UINT8 total_tx_ui_pdu; /* total number of tx UI PDU in all of ui_xmit_q*/
244 UINT8 total_tx_i_pdu; /* total number of tx I PDU in all of i_xmit_q */
248 UINT8 ll_tx_uncongest_ntf_start_sap; /* next start of logical data link */
249 UINT8 dl_tx_uncongest_ntf_start_idx; /* next start of data link connection */
255 UINT8 num_rx_buff; /* reserved number of rx UI/I PDU in queue */
256 UINT8 overall_rx_congest_start; /* threshold of overall rx congestion start */
257 UINT8 overall_rx_congest_end; /* threshold of overall rx congestion end */
258 UINT8 max_num_ll_rx_buff; /* max number of rx UI PDU in queue */
264 UINT8 ll_rx_congest_start; /* rx congest start threshold for each logical link */
266 UINT8 total_rx_ui_pdu; /* total number of rx UI PDU in all of ui_rx_q */
267 UINT8 total_rx_i_pdu; /* total number of rx I PDU in all of i_rx_q */
274 UINT8 version;
308 void llcp_link_deactivate (UINT8 reason);
311 void llcp_link_connection_cback (UINT8 conn_id, tNFC_CONN_EVT event, tNFC_CONN *p_data);
319 BOOLEAN llcp_util_parse_link_params (UINT16 length, UINT8 *p_bytes);
320 tLLCP_STATUS llcp_util_send_ui (UINT8 ssap, UINT8 dsap, tLLCP_APP_CB *p_app_cb, BT_HDR *p_msg);
321 void llcp_util_send_disc (UINT8 dsap, UINT8 ssap);
322 tLLCP_DLCB *llcp_util_allocate_data_link (UINT8 reg_sap, UINT8 remote_sap);
325 tLLCP_STATUS llcp_util_parse_connect (UINT8 *p_bytes, UINT16 length, tLLCP_CONNECTION_PARAMS *p_params);
327 tLLCP_STATUS llcp_util_parse_cc (UINT8 *p_bytes, UINT16 length, UINT16 *p_miu, UINT8 *p_rw);
328 void llcp_util_send_dm (UINT8 dsap, UINT8 ssap, UINT8 reason);
330 tLLCP_STATUS llcp_util_send_frmr (tLLCP_DLCB *p_dlcb, UINT8 flags, UINT8 ptype, UINT8 sequence);
332 tLLCP_APP_CB *llcp_util_get_app_cb (UINT8 sap);
337 tLLCP_DLCB *llcp_dlc_find_dlcb_by_sap (UINT8 local_sap, UINT8 remote_sap);
339 void llcp_dlc_proc_i_pdu (UINT8UINT8 ssap, UINT16 i_pdu_length, UINT8 *p_i_pdu, BT_HDR *p_msg);
340 void llcp_dlc_proc_rx_pdu (UINT8 dsap, UINT8 ptype, UINT8 ssap, UINT16 length, UINT8 *p_data);
350 tLLCP_STATUS llcp_sdp_send_sdreq (UINT8 tid, char *p_name);
351 UINT8 llcp_sdp_get_sap_by_name (char *p_name, UINT8 length);
352 tLLCP_STATUS llcp_sdp_proc_snl (UINT16 sdu_length, UINT8 *p);