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()308 struct bt_avrcp_header *avrcp_hdr; in avrcp_pass_through_handler() local316 avrcp_hdr = (struct bt_avrcp_header *)buf->data; in avrcp_pass_through_handler()317 net_buf_pull(buf, sizeof(*avrcp_hdr)); in avrcp_pass_through_handler()323 rsp.response = BT_AVRCP_HDR_GET_CTYPE_OR_RSP(avrcp_hdr); in avrcp_pass_through_handler()347 struct bt_avrcp_header *avrcp_hdr; in avrcp_recv() local356 if (buf->len < sizeof(*avrcp_hdr)) { in avrcp_recv()[all …]