Lines Matching full:uint16
61 UINT16 wks; /* well-known service bit-map */
71 UINT16 peer_miu; /* link MIU of peer device */
72 UINT16 peer_wks; /* WKS of peer device */
73 UINT16 peer_lto; /* link timeout of peer device in ms */
75 UINT16 effective_miu; /* MIU to send PDU in activated state */
83 UINT16 inact_timeout; /* inactivity timeout in ms */
90 UINT16 local_link_miu; /* Maximum Information Unit */
93 UINT16 local_lto; /* Local Link Timeout */
94 UINT16 inact_timeout_init; /* Inactivity Timeout as initiator role */
95 UINT16 inact_timeout_target; /* Inactivity Timeout as target role */
96 UINT16 symm_delay; /* Delay SYMM response */
97 UINT16 data_link_timeout; /* data link conneciton timeout */
98 UINT16 delay_first_pdu_timeout;/* delay timeout to send first PDU as initiator */
174 UINT16 local_miu; /* MIU of local SAP */
179 UINT16 remote_miu; /* MIU of remote SAP */
276 UINT16 wks;
320 BOOLEAN llcp_util_parse_link_params (UINT16 length, UINT8 *p_bytes);
326 tLLCP_STATUS llcp_util_parse_connect (UINT8 *p_bytes, UINT16 length, tLLCP_CONNECTION_PARAMS *p_params);
328 tLLCP_STATUS llcp_util_parse_cc (UINT8 *p_bytes, UINT16 length, UINT16 *p_miu, UINT8 *p_rw);
340 void llcp_dlc_proc_i_pdu (UINT8 dsap, UINT8 ssap, UINT16 i_pdu_length, UINT8 *p_i_pdu, BT_HDR *p_msg);
341 void llcp_dlc_proc_rx_pdu (UINT8 dsap, UINT8 ptype, UINT8 ssap, UINT16 length, UINT8 *p_data);
345 UINT16 llcp_dlc_get_next_pdu_length (tLLCP_DLCB *p_dlcb);
353 tLLCP_STATUS llcp_sdp_proc_snl (UINT16 sdu_length, UINT8 *p);