Home
last modified time | relevance | path

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

/Zephyr-Core-3.7.0/subsys/bluetooth/host/classic/
Davdtp.c148 static struct net_buf *avdtp_create_reply_pdu(uint8_t msg_type, in avdtp_create_reply_pdu() function
190 rsp_buf = avdtp_create_reply_pdu(err ? in avdtp_discover_handler()
273 rsp_buf = avdtp_create_reply_pdu(BT_AVDTP_ACCEPT, in avdtp_get_capabilities_handler()
288 rsp_buf = avdtp_create_reply_pdu(BT_AVDTP_REJECT, in avdtp_get_capabilities_handler()
362 rsp_buf = avdtp_create_reply_pdu(err ? in avdtp_process_configuration()
430 rsp_buf = avdtp_create_reply_pdu(BT_AVDTP_REJECT, in avdtp_get_configuration_handler()
473 rsp_buf = avdtp_create_reply_pdu(err ? in avdtp_open_handler()
550 rsp_buf = avdtp_create_reply_pdu(err ? in avdtp_start_handler()
626 rsp_buf = avdtp_create_reply_pdu(err ? in avdtp_close_handler()
675 rsp_buf = avdtp_create_reply_pdu(err ? in avdtp_suspend_handler()
[all …]