Searched refs:hdr_len (Results 1 – 3 of 3) sorted by relevance
503 UINT8 hdr_len; in avct_lcb_send_msg() local530 hdr_len = avct_lcb_pkt_type_len[pkt_type]; in avct_lcb_send_msg()533 if (p_data->ul_msg.p_buf->len > (p_lcb->peer_mtu - hdr_len)) { in avct_lcb_send_msg()543 p_buf->offset = L2CAP_MIN_OFFSET + hdr_len; in avct_lcb_send_msg()544 p_buf->len = p_lcb->peer_mtu - hdr_len; in avct_lcb_send_msg()558 p_buf->len += hdr_len; in avct_lcb_send_msg()559 p_buf->offset -= hdr_len; in avct_lcb_send_msg()
42 const u8 *hdr, size_t hdr_len,46 const u8 *hdr, size_t hdr_len,
1138 UINT8 hdr_len; in avdt_msg_send() local1168 hdr_len = AVDT_LEN_TYPE_SINGLE; in avdt_msg_send()1175 hdr_len = AVDT_LEN_TYPE_START; in avdt_msg_send()1187 p_buf->offset = L2CAP_MIN_OFFSET + hdr_len; in avdt_msg_send()1188 p_buf->len = p_tbl->peer_mtu - hdr_len; in avdt_msg_send()1196 hdr_len = AVDT_LEN_TYPE_CONT; in avdt_msg_send()1206 p_buf->offset = L2CAP_MIN_OFFSET + hdr_len; in avdt_msg_send()1207 p_buf->len = p_tbl->peer_mtu - hdr_len; in avdt_msg_send()1214 hdr_len = AVDT_LEN_TYPE_END; in avdt_msg_send()1247 p_buf->len += hdr_len; in avdt_msg_send()[all …]