Searched refs:avrcp_hdr (Results 1 – 1 of 1) sorted by relevance
254 struct bt_avrcp_header *avrcp_hdr; in avrcp_unit_info_handler() local261 net_buf_pull(buf, sizeof(*avrcp_hdr)); in avrcp_unit_info_handler()277 struct bt_avrcp_header *avrcp_hdr; in avrcp_subunit_info_handler() local285 net_buf_pull(buf, sizeof(*avrcp_hdr)); in avrcp_subunit_info_handler()323 struct bt_avrcp_header *avrcp_hdr; in avrcp_recv() local332 if (buf->len < sizeof(*avrcp_hdr)) { in avrcp_recv()337 avrcp_hdr = (void *)buf->data; in avrcp_recv()340 ctype = BT_AVRCP_HDR_GET_CTYPE(avrcp_hdr); in avrcp_recv()341 subunit_id = BT_AVRCP_HDR_GET_SUBUNIT_ID(avrcp_hdr); in avrcp_recv()342 subunit_type = BT_AVRCP_HDR_GET_SUBUNIT_TYPE(avrcp_hdr); in avrcp_recv()[all …]