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

  /external/libnfc-nci/src/include/
nfc_target.h 380 #ifndef LLCP_POOL_BUF_SIZE
381 #define LLCP_POOL_BUF_SIZE GKI_BUF3_SIZE
386 #define LLCP_MIU (LLCP_POOL_BUF_SIZE - BT_HDR_SIZE - NCI_MSG_OFFSET_SIZE - NCI_DATA_HDR_SIZE - LLCP_PDU_HEADER_SIZE)
  /external/libnfc-nci/src/nfa/cho/
nfa_cho_api.c 267 else if (ndef_len > LLCP_POOL_BUF_SIZE)
282 p_msg->max_ndef_size = LLCP_POOL_BUF_SIZE;
347 else if (ndef_len > LLCP_POOL_BUF_SIZE)
362 p_msg->max_ndef_size = LLCP_POOL_BUF_SIZE;
nfa_cho_util.c 666 nfa_cho_cb.rx_ndef_buf_size = LLCP_POOL_BUF_SIZE;
900 max_size = LLCP_POOL_BUF_SIZE;
932 max_size = LLCP_POOL_BUF_SIZE;
    [all...]

Completed in 73 milliseconds