Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/bluetooth/host/classic/
Davctp.c114 rsp = bt_avctp_create_pdu(session, BT_AVCTP_RESPONSE, in avctp_l2cap_recv()
159 struct net_buf *bt_avctp_create_pdu(struct bt_avctp *session, bt_avctp_cr_t cr, in bt_avctp_create_pdu() function
Davctp_internal.h104 struct net_buf *bt_avctp_create_pdu(struct bt_avctp *session, bt_avctp_cr_t cr,
Davrcp.c467 buf = bt_avctp_create_pdu(&(avrcp->session), cr, BT_AVCTP_PKT_TYPE_SINGLE, in avrcp_create_pdu()