Lines Matching full:uint8
52 void LLCP_SetTestParams (UINT8 version, UINT16 wks)
84 UINT8 opt,
85 UINT8 wt,
166 UINT8 *p_opt,
167 UINT8 *p_wt,
214 void LLCP_GetDiscoveryConfig (UINT8 *p_wt,
215 UINT8 *p_gen_bytes,
216 UINT8 *p_gen_bytes_len)
218 UINT8 *p = p_gen_bytes;
277 *p_gen_bytes_len = (UINT8) (p - p_gen_bytes);
351 UINT8 LLCP_RegisterServer (UINT8 reg_sap,
352 UINT8 link_type,
356 UINT8 sap;
444 length = (UINT8) strlen (p_service_name);
451 p_app_cb->p_service_name = (UINT8 *) GKI_getbuf ((UINT16) (length + 1));
496 UINT8 LLCP_RegisterClient (UINT8 link_type,
499 UINT8 reg_sap = LLCP_INVALID_SAP;
500 UINT8 sap;
560 tLLCP_STATUS LLCP_Deregister (UINT8 local_sap)
562 UINT8 idx;
629 BOOLEAN LLCP_IsLogicalLinkCongested (UINT8 local_sap,
630 UINT8 num_pending_ui_pdu,
631 UINT8 total_pending_ui_pdu,
632 UINT8 total_pending_i_pdu)
673 tLLCP_STATUS LLCP_SendUI (UINT8 ssap,
674 UINT8 dsap,
744 BOOLEAN LLCP_ReadLogicalLinkData (UINT8 local_sap,
746 UINT8 *p_remote_sap,
748 UINT8 *p_data)
752 UINT8 *p_ui_pdu;
768 p_ui_pdu = (UINT8*) (p_buf + 1) + p_buf->offset;
841 UINT32 LLCP_FlushLogicalLinkRxData (UINT8 local_sap)
846 UINT8 *p_ui_pdu;
860 p_ui_pdu = (UINT8*) (p_buf + 1) + p_buf->offset;
904 tLLCP_STATUS LLCP_ConnectReq (UINT8 reg_sap,
905 UINT8 dsap,
1005 tLLCP_STATUS LLCP_ConnectCfm (UINT8 local_sap,
1006 UINT8 remote_sap,
1060 tLLCP_STATUS LLCP_ConnectReject (UINT8 local_sap,
1061 UINT8 remote_sap,
1062 UINT8 reason)
1096 BOOLEAN LLCP_IsDataLinkCongested (UINT8 local_sap,
1097 UINT8 remote_sap,
1098 UINT8 num_pending_i_pdu,
1099 UINT8 total_pending_ui_pdu,
1100 UINT8 total_pending_i_pdu)
1139 tLLCP_STATUS LLCP_SendData (UINT8 local_sap,
1140 UINT8 remote_sap,
1198 BOOLEAN LLCP_ReadDataLinkData (UINT8 local_sap,
1199 UINT8 remote_sap,
1202 UINT8 *p_data)
1206 UINT8 *p_i_pdu;
1221 p_i_pdu = (UINT8*) (p_buf + 1) + p_buf->offset;
1305 UINT32 LLCP_FlushDataLinkRxData (UINT8 local_sap,
1306 UINT8 remote_sap)
1311 UINT8 *p_i_pdu;
1325 p_i_pdu = (UINT8*) (p_buf + 1) + p_buf->offset;
1378 tLLCP_STATUS LLCP_DisconnectReq (UINT8 local_sap,
1379 UINT8 remote_sap,
1415 tLLCP_STATUS LLCP_SetTxCompleteNtf (UINT8 local_sap,
1416 UINT8 remote_sap)
1451 tLLCP_STATUS LLCP_SetLocalBusyStatus (UINT8 local_sap,
1452 UINT8 remote_sap,
1522 UINT8 LLCP_GetRemoteLSC (void)
1544 UINT8 LLCP_GetRemoteVersion (void)
1598 UINT8 *p_tid)
1601 UINT8 i;