Lines Matching refs:bt_avctp_cr_t
43 void (*func)(struct bt_avrcp *avrcp, struct net_buf *buf, bt_avctp_cr_t cr);
247 bt_avctp_cr_t cr) in avrcp_vendor_dependent_handler()
252 static void avrcp_unit_info_handler(struct bt_avrcp *avrcp, struct net_buf *buf, bt_avctp_cr_t cr) in avrcp_unit_info_handler()
275 bt_avctp_cr_t cr) in avrcp_subunit_info_handler()
306 bt_avctp_cr_t cr) in avrcp_pass_through_handler()
349 bt_avctp_cr_t cr; in avrcp_recv()
487 static struct net_buf *avrcp_create_pdu(struct bt_avrcp *avrcp, bt_avctp_cr_t cr) in avrcp_create_pdu()
498 static struct net_buf *avrcp_create_unit_pdu(struct bt_avrcp *avrcp, bt_avctp_cr_t cr) in avrcp_create_unit_pdu()
519 static struct net_buf *avrcp_create_subunit_pdu(struct bt_avrcp *avrcp, bt_avctp_cr_t cr) in avrcp_create_subunit_pdu()
540 static struct net_buf *avrcp_create_passthrough_pdu(struct bt_avrcp *avrcp, bt_avctp_cr_t cr, in avrcp_create_passthrough_pdu()
568 bt_avctp_cr_t cr = BT_AVCTP_HDR_GET_CR(avctp_hdr); in avrcp_send()