Home
last modified time | relevance | path

Searched refs:avctp_hdr (Results 1 – 1 of 1) sorted by relevance

/Zephyr-latest/subsys/bluetooth/host/classic/
Davrcp.c322 struct bt_avctp_header *avctp_hdr; in avrcp_recv() local
330 avctp_hdr = (void *)buf->data; in avrcp_recv()
331 net_buf_pull(buf, sizeof(*avctp_hdr)); in avrcp_recv()
338 tid = BT_AVCTP_HDR_GET_TRANSACTION_LABLE(avctp_hdr); in avrcp_recv()
339 cr = BT_AVCTP_HDR_GET_CR(avctp_hdr); in avrcp_recv()
344 if (avctp_hdr->pid != sys_cpu_to_be16(BT_SDP_AV_REMOTE_SVCLASS)) { in avrcp_recv()
519 struct bt_avctp_header *avctp_hdr = (struct bt_avctp_header *)(buf->data); in avrcp_send() local
521 (struct bt_avrcp_header *)(buf->data + sizeof(*avctp_hdr)); in avrcp_send()
522 uint8_t tid = BT_AVCTP_HDR_GET_TRANSACTION_LABLE(avctp_hdr); in avrcp_send()
523 bt_avctp_cr_t cr = BT_AVCTP_HDR_GET_CR(avctp_hdr); in avrcp_send()