Searched refs:BT_HDR_SIZE (Results 1 – 11 of 11) sorted by relevance
84 #define AVRC_MIN_VENDOR_SIZE (AVRC_MSG_VENDOR_OFFSET + BT_HDR_SIZE + AVRC_MIN_META_HDR_SIZE)88 #define AVRC_MIN_PASS_THRU_SIZE (AVRC_MSG_PASS_THRU_OFFSET + BT_HDR_SIZE + 4)90 #define AVRC_MIN_BROWSE_SIZE (AVCT_BROWSE_OFFSET + BT_HDR_SIZE + AVRC_MIN_BROWSE_HDR_SIZE)
123 (BT_HDR *)osi_malloc((UINT16)(BT_HDR_SIZE + offset + pkt_len)); in avrc_copy_packet()127 memcpy(p_pkt_copy, p_pkt, BT_HDR_SIZE); in avrc_copy_packet()203 p_pkt = (BT_HDR *)osi_malloc((UINT16)(AVRC_PACKET_LEN + offset_len + BT_HDR_SIZE)); in avrc_send_continue_frag()990 + BT_HDR_SIZE)); in AVRC_MsgReq()
296 len_left = BT_DEFAULT_BUFFER_SIZE - BT_HDR_SIZE - p_pkt->offset - p_pkt->len; in avrc_bld_app_setting_text_rsp()
575 pkt_size = BT_HDR_SIZE + len; in host_recv_pkt_cb()594 pkt_size = BT_PKT_LINKED_HDR_SIZE + BT_HDR_SIZE + len; in host_recv_pkt_cb()
507 UINT16 buf_size = p_lcb->peer_mtu + L2CAP_MIN_OFFSET + BT_HDR_SIZE; in avct_lcb_send_msg()
202 #define BT_HDR_SIZE (sizeof (BT_HDR)) macro
600 #define BTM_HCI_EIR_OFFSET (BT_HDR_SIZE + 4)
1198 if ((p_msg = (BT_HDR *)osi_malloc(BT_HDR_SIZE)) != NULL) { in gap_send_event()
2138 buf_size = p_tbl->peer_mtu + BT_HDR_SIZE; in avdt_scb_queue_frags()2146 mtu_used = buf_size - BT_HDR_SIZE; in avdt_scb_queue_frags()
1165 copy_size = BT_HDR_SIZE + p_buf->len + p_buf->offset; in bta_av_dup_audio_buf()
861 …len = BT_HDR_SIZE + HCI_DATA_PREAMBLE_SIZE + L2CAP_PKT_OVERHEAD + L2CAP_CMD_OVERHEAD + L2CAP_CONFI… in l2cu_send_peer_config_rej()1105 maxlen -= (UINT16)(BT_HDR_SIZE + HCI_DATA_PREAMBLE_SIZE + L2CAP_PKT_OVERHEAD + in l2cu_send_peer_echo_rsp()