Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/bluetooth/host/classic/
Davrcp_internal.h97 #define BT_AVRCP_HDR_SET_SUBUNIT_TYPE(hdr, subunit_type) \ argument
98 (hdr)->byte1 = (((hdr)->byte1) & ~GENMASK(7, 3)) | FIELD_PREP(GENMASK(7, 3), (subunit_type))
Davrcp.c292 rsp.subunit_type = FIELD_GET(GENMASK(7, 3), tmp); in avrcp_subunit_info_handler()
328 bt_avrcp_subunit_type_t subunit_type; in avrcp_recv() local
342 subunit_type = BT_AVRCP_HDR_GET_SUBUNIT_TYPE(avrcp_hdr); in avrcp_recv()
356 } else if (tid != avrcp->req.tid || subunit_type != avrcp->req.subunit || in avrcp_recv()
525 bt_avrcp_subunit_type_t subunit_type = BT_AVRCP_HDR_GET_SUBUNIT_TYPE(avrcp_hdr); in avrcp_send() local
536 avrcp->req.subunit = subunit_type; in avrcp_send()
/Zephyr-latest/include/zephyr/bluetooth/classic/
Davrcp.h28 uint8_t subunit_type; member
/Zephyr-latest/subsys/bluetooth/host/classic/shell/
Davrcp.c57 rsp->subunit_type, rsp->max_subunit_id); in avrcp_subunit_info_rsp()