Searched refs:subunit_type (Results 1 – 4 of 4) sorted by relevance
97 #define BT_AVRCP_HDR_SET_SUBUNIT_TYPE(hdr, subunit_type) \ argument98 (hdr)->byte1 = (((hdr)->byte1) & ~GENMASK(7, 3)) | FIELD_PREP(GENMASK(7, 3), (subunit_type))
292 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() local342 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() local536 avrcp->req.subunit = subunit_type; in avrcp_send()
28 uint8_t subunit_type; member
57 rsp->subunit_type, rsp->max_subunit_id); in avrcp_subunit_info_rsp()