Searched refs:bt_avctp_cr_t (Results 1 – 3 of 3) sorted by relevance
| /Zephyr-latest/subsys/bluetooth/host/classic/ |
| D | avrcp.c | 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() [all …]
|
| D | avctp_internal.h | 22 } bt_avctp_cr_t; typedef 104 struct net_buf *bt_avctp_create_pdu(struct bt_avctp *session, bt_avctp_cr_t cr,
|
| D | avctp.c | 84 bt_avctp_cr_t cr; in avctp_l2cap_recv() 166 struct net_buf *bt_avctp_create_pdu(struct bt_avctp *session, bt_avctp_cr_t cr, in bt_avctp_create_pdu()
|