Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/bluetooth/host/classic/
Davrcp.c254 struct bt_avrcp_header *avrcp_hdr; in avrcp_unit_info_handler() local
261 net_buf_pull(buf, sizeof(*avrcp_hdr)); in avrcp_unit_info_handler()
277 struct bt_avrcp_header *avrcp_hdr; in avrcp_subunit_info_handler() local
285 net_buf_pull(buf, sizeof(*avrcp_hdr)); in avrcp_subunit_info_handler()
308 struct bt_avrcp_header *avrcp_hdr; in avrcp_pass_through_handler() local
316 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() local
356 if (buf->len < sizeof(*avrcp_hdr)) { in avrcp_recv()
[all …]