Home
last modified time | relevance | path

Searched refs:bt_avctp_send (Results 1 – 3 of 3) sorted by relevance

/Zephyr-latest/subsys/bluetooth/host/classic/
Davctp.c120 return bt_avctp_send(session, rsp); in avctp_l2cap_recv()
190 int bt_avctp_send(struct bt_avctp *session, struct net_buf *buf) in bt_avctp_send() function
Davctp_internal.h109 int bt_avctp_send(struct bt_avctp *session, struct net_buf *buf);
Davrcp.c529 err = bt_avctp_send(&(avrcp->session), buf); in avrcp_send()