Searched refs:subunit_type (Results 1 – 4 of 4) sorted by relevance
82 #define BT_AVRCP_HDR_SET_SUBUNIT_TYPE(hdr, subunit_type) \ argument83 (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()352 bt_avrcp_subunit_type_t subunit_type; in avrcp_recv() local366 subunit_type = BT_AVRCP_HDR_GET_SUBUNIT_TYPE(avrcp_hdr); in avrcp_recv()380 } else if (tid != avrcp->req.tid || subunit_type != avrcp->req.subunit || in avrcp_recv()570 bt_avrcp_subunit_type_t subunit_type = BT_AVRCP_HDR_GET_SUBUNIT_TYPE(avrcp_hdr); in avrcp_send() local583 avrcp->req.subunit = subunit_type; in avrcp_send()
121 uint8_t subunit_type; member
57 rsp->subunit_type, rsp->max_subunit_id); in avrcp_subunit_info_rsp()