Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/bluetooth/host/classic/
Davrcp_internal.h59 #define BT_AVRCP_HDR_GET_SUBUNIT_ID(hdr) FIELD_GET(GENMASK(2, 0), ((hdr)->byte1)) macro
Davrcp.c365 subunit_id = BT_AVRCP_HDR_GET_SUBUNIT_ID(avrcp_hdr); in avrcp_recv()