Searched refs:avctp_hdr (Results 1 – 1 of 1) sorted by relevance
346 struct bt_avctp_header *avctp_hdr; in avrcp_recv() local354 avctp_hdr = (void *)buf->data; in avrcp_recv()355 net_buf_pull(buf, sizeof(*avctp_hdr)); in avrcp_recv()362 tid = BT_AVCTP_HDR_GET_TRANSACTION_LABLE(avctp_hdr); in avrcp_recv()363 cr = BT_AVCTP_HDR_GET_CR(avctp_hdr); in avrcp_recv()368 if (avctp_hdr->pid != sys_cpu_to_be16(BT_SDP_AV_REMOTE_SVCLASS)) { in avrcp_recv()564 struct bt_avctp_header *avctp_hdr = (struct bt_avctp_header *)(buf->data); in avrcp_send() local566 (struct bt_avrcp_header *)(buf->data + sizeof(*avctp_hdr)); in avrcp_send()567 uint8_t tid = BT_AVCTP_HDR_GET_TRANSACTION_LABLE(avctp_hdr); in avrcp_send()568 bt_avctp_cr_t cr = BT_AVCTP_HDR_GET_CR(avctp_hdr); in avrcp_send()