HomeSort by relevance Sort by last modified time
    Searched refs:ui_pdu_length (Results 1 - 2 of 2) sorted by null

  /external/libnfc-nci/src/nfc/llcp/
llcp_api.c 770 UINT16 pdu_hdr, ui_pdu_length; local
788 BE_STREAM_TO_UINT16 (ui_pdu_length, p_ui_pdu);
798 if (max_data_len >= (UINT32) (ui_pdu_length - LLCP_PDU_HEADER_SIZE - p_buf->layer_specific))
801 *p_data_len = (UINT32) (ui_pdu_length - LLCP_PDU_HEADER_SIZE - p_buf->layer_specific);
805 p_buf->offset += LLCP_PDU_AGF_LEN_SIZE + ui_pdu_length;
806 p_buf->len -= LLCP_PDU_AGF_LEN_SIZE + ui_pdu_length;
864 UINT16 ui_pdu_length; local
880 BE_STREAM_TO_UINT16 (ui_pdu_length, p_ui_pdu);
882 flushed_length += (UINT32) (ui_pdu_length - LLCP_PDU_HEADER_SIZE - p_buf->layer_specific);
886 p_buf->offset += LLCP_PDU_AGF_LEN_SIZE + ui_pdu_length;
    [all...]
llcp_link.c 61 static void llcp_link_proc_ui_pdu (UINT8 local_sap, UINT8 remote_sap, UINT16 ui_pdu_length, UINT8 *p_ui_pdu, BT_HDR *p_msg);
930 UINT16 ui_pdu_length,
    [all...]

Completed in 105 milliseconds