HomeSort by relevance Sort by last modified time
    Searched refs:BT_HDR_SIZE (Results 1 - 25 of 31) sorted by null

1 2

  /system/bt/stack/avrc/
avrc_int.h 83 #define AVRC_MIN_VENDOR_SIZE (AVRC_MSG_VENDOR_OFFSET + BT_HDR_SIZE + AVRC_MIN_META_HDR_SIZE)
87 #define AVRC_MIN_PASS_THRU_SIZE (AVRC_MSG_PASS_THRU_OFFSET + BT_HDR_SIZE + 4)
89 #define AVRC_MIN_BROWSE_SIZE (AVCT_BROWSE_OFFSET + BT_HDR_SIZE + AVRC_MIN_BROWSE_HDR_SIZE)
avrc_api.c 121 BT_HDR *p_pkt_copy = (BT_HDR *)osi_malloc(BT_HDR_SIZE + offset + pkt_len);
124 memcpy(p_pkt_copy, p_pkt, BT_HDR_SIZE);
198 p_pkt = (BT_HDR *)osi_malloc(AVRC_PACKET_LEN + offset_len + BT_HDR_SIZE);
    [all...]
avrc_bld_tg.c 320 len_left = BT_DEFAULT_BUFFER_SIZE - BT_HDR_SIZE - p_pkt->offset - p_pkt->len;
  /external/libnfc-nci/halimpl/bcm2079x/adaptation/
android_logmsg.cpp 201 UINT32 nBytes = ((BT_HDR_SIZE + p_buf->offset + p_buf->len)*2)+1;
203 int data_len = BT_HDR_SIZE + p_buf->offset + p_buf->len;
219 UINT32 nBytes = ((BT_HDR_SIZE + p_buf->offset + p_buf->len)*2)+1;
221 int data_len = BT_HDR_SIZE + p_buf->offset + p_buf->len;
245 UINT32 nBytes = ((BT_HDR_SIZE + p_buf->offset + p_buf->len)*2)+1;
247 int data_len = BT_HDR_SIZE + p_buf->offset + p_buf->len;
userial_linux.c 156 #define READ_LIMIT (USERIAL_POOL_BUF_SIZE-BT_HDR_SIZE)
    [all...]
  /external/libnfc-nci/src/nfc/int/
ce_int.h 140 #define CE_T4T_MAX_LE (NFC_CE_POOL_BUF_SIZE - BT_HDR_SIZE - NCI_MSG_OFFSET_SIZE - NCI_DATA_HDR_SIZE - T4T_RSP_STATUS_WORDS_SIZE)
143 #define CE_T4T_MAX_LC (NFC_CE_POOL_BUF_SIZE - BT_HDR_SIZE - NCI_DATA_HDR_SIZE - T4T_CMD_MAX_HDR_SIZE)
rw_int.h     [all...]
  /external/libnfc-nci/src/nfc/nfc/
nfc_task.c 70 if ((p_msg = (BT_HDR *) GKI_getbuf (BT_HDR_SIZE)) != NULL)
192 if ((p_msg = (BT_HDR *) GKI_getbuf (BT_HDR_SIZE)) != NULL)
nfc_main.c 921 nfc_cb.p_disc_pending = GKI_getbuf ((UINT16)(BT_HDR_SIZE + 1 + params_size));
    [all...]
nfc_ncif.c     [all...]
  /system/bt/hci/src/
hci_inject.c 174 BT_HDR *buf = (BT_HDR *)buffer_allocator->alloc(BT_HDR_SIZE + packet_len);
hci_layer.c 570 size_t buffer_size = BT_HDR_SIZE + incoming->index + incoming->bytes_remaining;
  /external/libnfc-nci/src/nfc/llcp/
llcp_sdp.c 139 - BT_HDR_SIZE - llcp_cb.sdp_cb.p_snl->offset
244 - BT_HDR_SIZE - llcp_cb.sdp_cb.p_snl->offset
llcp_dlc.c     [all...]
  /external/libnfc-nci/src/include/
nfc_target.h 375 #define LLCP_MIU (LLCP_POOL_BUF_SIZE - BT_HDR_SIZE - NCI_MSG_OFFSET_SIZE - NCI_DATA_HDR_SIZE - LLCP_PDU_HEADER_SIZE)
bt_target.h 379 #define HCI_GET_CMD_BUF(paramlen) ((BT_HDR *)GKI_getbuf ((UINT16)(BT_HDR_SIZE + HCIC_PREAMBLE_SIZE + (paramlen))))
    [all...]
bt_types.h 191 #define BT_HDR_SIZE (sizeof (BT_HDR))
  /external/libnfc-nci/src/hal/include/
nci_defs.h 588 #define NCI_GET_CMD_BUF(paramlen) ((BT_HDR *) GKI_getbuf ((UINT16) (BT_HDR_SIZE + NCI_MSG_HDR_SIZE + NCI_MSG_OFFSET_SIZE + (paramlen))))
  /external/libnfc-nci/src/nfa/dm/
nfa_dm_api.c 871 size = BT_HDR_SIZE + NCI_MSG_OFFSET_SIZE + NCI_DATA_HDR_SIZE + data_len;
    [all...]
nfa_dm_act.c 863 p_cmd->offset = sizeof (tNFA_DM_API_SEND_VSC) - BT_HDR_SIZE;
    [all...]
  /external/libnfc-nci/src/nfa/ee/
nfa_ee_api.c 547 else if ((p_msg = (BT_HDR *) GKI_getbuf (BT_HDR_SIZE)) != NULL)
  /system/bt/stack/avct/
avct_lcb_act.c 536 UINT16 buf_size = p_lcb->peer_mtu + L2CAP_MIN_OFFSET + BT_HDR_SIZE;
  /system/bt/stack/avdt/
avdt_scb_act.c     [all...]
  /system/bt/bta/av/
bta_av_main.c     [all...]
  /system/bt/stack/gap/
gap_conn.c     [all...]

Completed in 387 milliseconds

1 2