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

  /system/nfc/src/nfc/include/
llcp_defs.h 65 #define LLCP_PDU_AGF_LEN_SIZE 2 /* 2 bytes of length in AGF PDU */
  /system/nfc/src/nfc/llcp/
llcp_api.cc 735 p_buf->offset += LLCP_PDU_AGF_LEN_SIZE + ui_pdu_length;
736 p_buf->len -= LLCP_PDU_AGF_LEN_SIZE + ui_pdu_length;
807 p_buf->offset += LLCP_PDU_AGF_LEN_SIZE + ui_pdu_length;
808 p_buf->len -= LLCP_PDU_AGF_LEN_SIZE + ui_pdu_length;
    [all...]
llcp_link.cc     [all...]
llcp_dlc.cc 945 if (available_bytes >= LLCP_PDU_AGF_LEN_SIZE + info_len) {
957 p_last_buf->len += LLCP_PDU_AGF_LEN_SIZE + info_len;
    [all...]

Completed in 329 milliseconds