Home
last modified time | relevance | path

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

/Zephyr-latest/tests/bsim/bluetooth/host/l2cap/einprogress/src/
Dtester.c68 err = bt_l2cap_chan_send(&le_chan.chan, sdu); in entrypoint_tester()
/Zephyr-latest/subsys/bluetooth/host/classic/
Davdtp.c304 err = bt_l2cap_chan_send(&session->br_chan.chan, rsp_buf); in avdtp_discover_handler()
396 err = bt_l2cap_chan_send(&session->br_chan.chan, rsp_buf); in avdtp_get_capabilities_handler()
493 ret = bt_l2cap_chan_send(&session->br_chan.chan, rsp_buf); in avdtp_process_configuration()
549 err = bt_l2cap_chan_send(&session->br_chan.chan, rsp_buf); in avdtp_get_configuration_handler()
603 ret = bt_l2cap_chan_send(&session->br_chan.chan, rsp_buf); in avdtp_open_handler()
675 ret = bt_l2cap_chan_send(&session->br_chan.chan, rsp_buf); in avdtp_start_handler()
751 ret = bt_l2cap_chan_send(&session->br_chan.chan, rsp_buf); in avdtp_close_handler()
820 ret = bt_l2cap_chan_send(&session->br_chan.chan, rsp_buf); in avdtp_suspend_handler()
890 ret = bt_l2cap_chan_send(&session->br_chan.chan, rsp_buf); in avdtp_abort_handler()
986 result = bt_l2cap_chan_send(&session->br_chan.chan, buf); in avdtp_send()
[all …]
Davctp.c194 err = bt_l2cap_chan_send(&session->br_chan.chan, buf); in bt_avctp_send()
Dsdp.c228 err = bt_l2cap_chan_send(chan, buf); in bt_sdp_send()
/Zephyr-latest/doc/connectivity/bluetooth/api/
Dl2cap.rst24 For sending data the :c:func:`bt_l2cap_chan_send` API can be used noting that
/Zephyr-latest/include/zephyr/bluetooth/
Dl2cap.h724 int bt_l2cap_chan_send(struct bt_l2cap_chan *chan, struct net_buf *buf);
/Zephyr-latest/tests/bsim/bluetooth/host/l2cap/send_on_connect/src/
Dmain_l2cap_send_on_connect.c42 err = bt_l2cap_chan_send(l2cap_chan, buf); in chan_connected_cb()
/Zephyr-latest/tests/bsim/bluetooth/host/l2cap/userdata/src/
Dmain_l2cap_userdata.c259 err = bt_l2cap_chan_send(&channel.chan, buf); in test_central_main()
/Zephyr-latest/subsys/bluetooth/services/ots/
Dots_l2cap.c63 ret = bt_l2cap_chan_send(&l2cap_ctx->ot_chan.chan, buf); in ots_l2cap_send()
/Zephyr-latest/tests/bsim/bluetooth/host/l2cap/multilink_peripheral/src/
Ddut.c62 int ret = bt_l2cap_chan_send(chan, buf); in send_data_over_l2cap()
/Zephyr-latest/tests/bsim/bluetooth/host/l2cap/credits/src/
Dmain.c54 int ret = bt_l2cap_chan_send(chan, buf); in l2cap_chan_send()
/Zephyr-latest/tests/bsim/bluetooth/host/l2cap/credits_seg_recv/src/
Dmain.c54 ret = bt_l2cap_chan_send(chan, buf); in l2cap_chan_send()
/Zephyr-latest/tests/bsim/bluetooth/host/l2cap/many_conns/src/
Dmain.c67 int ret = bt_l2cap_chan_send(chan, buf); in l2cap_chan_send()
/Zephyr-latest/tests/bsim/bluetooth/host/l2cap/stress/src/
Dmain.c86 int ret = bt_l2cap_chan_send(chan, buf); in l2cap_chan_send()
/Zephyr-latest/subsys/bluetooth/host/shell/
Dl2cap.c447 ret = bt_l2cap_chan_send(&l2ch_chan.ch.chan, buf); in cmd_send()
/Zephyr-latest/tests/bsim/bluetooth/host/l2cap/general/src/
Dmain_l2cap_ecred.c386 const int ret = bt_l2cap_chan_send(chan, buf); in send_sdu()
/Zephyr-latest/tests/bluetooth/tester/src/
Dbtp_l2cap.c447 ret = bt_l2cap_chan_send(&chan->le.chan, buf); in send_data()
/Zephyr-latest/doc/releases/
Dmigration-guide-3.6.rst472 * The :c:func:`bt_l2cap_chan_send` API no longer allocates buffers from the same pool as its `buf`
476 * The :c:func:`bt_l2cap_chan_send` API now requires the application to reserve
Drelease-notes-2.6.rst56 * Align error handling of :c:func:bt_l2cap_chan_send and
280 * Changed buffer ownership of ``bt_l2cap_chan_send``.
/Zephyr-latest/subsys/bluetooth/host/
Dl2cap.c3280 int bt_l2cap_chan_send(struct bt_l2cap_chan *chan, struct net_buf *buf) in bt_l2cap_chan_send() function
Datt.c379 err = bt_l2cap_chan_send(&chan->chan.chan, buf); in chan_send()