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

1 2

  /external/bluetooth/bluedroid/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 179 p_pkt = (BT_HDR *)GKI_getbuf((UINT16)(AVRC_PACKET_LEN + AVCT_MSG_OFFSET + BT_HDR_SIZE));
    [all...]
avrc_bld_tg.c 315 len_left = GKI_get_buf_size(p_pkt) - 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 155 #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/bluetooth/bluedroid/stack/btu/
btu_task.c 659 if ((p_msg = (BT_HDR *)GKI_getbuf(BT_HDR_SIZE)) != NULL)
715 if ((p_msg = (BT_HDR *)GKI_getbuf(BT_HDR_SIZE)) != NULL)
758 if ((p_msg = (BT_HDR *)GKI_getbuf(BT_HDR_SIZE)) != NULL)
876 BT_HDR *p_msg = (BT_HDR *)GKI_getbuf(BT_HDR_SIZE);
894 BT_HDR *p_msg = (BT_HDR *)GKI_getbuf(BT_HDR_SIZE);
  /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 915 nfc_cb.p_disc_pending = GKI_getbuf ((UINT16)(BT_HDR_SIZE + 1 + params_size));
    [all...]
nfc_ncif.c     [all...]
  /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
  /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/bluetooth/bluedroid/stack/avct/
avct_lcb_act.c 526 UINT16 buf_size = p_lcb->peer_mtu + L2CAP_MIN_OFFSET + BT_HDR_SIZE;
  /external/libnfc-nci/src/hal/include/
nci_defs.h 607 #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...]
  /external/libnfc-nci/src/nfa/ee/
nfa_ee_api.c 547 else if ((p_msg = (BT_HDR *) GKI_getbuf (BT_HDR_SIZE)) != NULL)
  /external/bluetooth/bluedroid/stack/avdt/
avdt_scb_act.c     [all...]
  /external/bluetooth/bluedroid/bta/av/
bta_av_main.c     [all...]
  /external/bluetooth/bluedroid/include/
bt_target.h 640 #define HCI_GET_CMD_BUF(paramlen) ((BT_HDR *)GKI_getbuf ((UINT16)(BT_HDR_SIZE + HCIC_PREAMBLE_SIZE + (paramlen))))
    [all...]
  /external/bluetooth/bluedroid/stack/gap/
gap_conn.c     [all...]
  /external/bluetooth/bluedroid/stack/include/
bt_types.h 215 #define BT_HDR_SIZE (sizeof (BT_HDR))
obx_api.h 29 #define OBX_MAX_MTU (OBX_LRG_DATA_POOL_SIZE - BT_HDR_SIZE - OBX_HDR_OFFSET)
    [all...]

Completed in 360 milliseconds

1 2