Searched defs:avrcp (Results 1 – 2 of 2) sorted by relevance
/Zephyr-latest/subsys/bluetooth/host/classic/ |
D | avrcp.c | 205 struct bt_avrcp *avrcp; in get_new_connection() local 219 struct bt_avrcp *avrcp = AVRCP_KWORK(work); in avrcp_timeout() local 227 struct bt_avrcp *avrcp = AVRCP_AVCTP(session); in avrcp_connected() local 239 struct bt_avrcp *avrcp = AVRCP_AVCTP(session); in avrcp_disconnected() local 246 static void avrcp_vendor_dependent_handler(struct bt_avrcp *avrcp, struct net_buf *buf, 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() 274 static void avrcp_subunit_info_handler(struct bt_avrcp *avrcp, struct net_buf *buf, in avrcp_subunit_info_handler() 305 static void avrcp_pass_through_handler(struct bt_avrcp *avrcp, struct net_buf *buf, in avrcp_pass_through_handler() 321 struct bt_avrcp *avrcp = AVRCP_AVCTP(session); in avrcp_recv() local 384 struct bt_avrcp *avrcp; in avrcp_accept() local [all …]
|
/Zephyr-latest/subsys/bluetooth/host/classic/shell/ |
D | avrcp.c | 34 static void avrcp_connected(struct bt_avrcp *avrcp) in avrcp_connected() 40 static void avrcp_disconnected(struct bt_avrcp *avrcp) in avrcp_disconnected() 45 static void avrcp_unit_info_rsp(struct bt_avrcp *avrcp, struct bt_avrcp_unit_info_rsp *rsp) in avrcp_unit_info_rsp() 51 static void avrcp_subunit_info_rsp(struct bt_avrcp *avrcp, struct bt_avrcp_subunit_info_rsp *rsp) in avrcp_subunit_info_rsp()
|