Searched refs:bt_l2cap_chan_send (Results 1 – 21 of 21) sorted by relevance
/Zephyr-latest/tests/bsim/bluetooth/host/l2cap/einprogress/src/ |
D | tester.c | 68 err = bt_l2cap_chan_send(&le_chan.chan, sdu); in entrypoint_tester()
|
/Zephyr-latest/subsys/bluetooth/host/classic/ |
D | avdtp.c | 304 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 …]
|
D | avctp.c | 194 err = bt_l2cap_chan_send(&session->br_chan.chan, buf); in bt_avctp_send()
|
D | sdp.c | 228 err = bt_l2cap_chan_send(chan, buf); in bt_sdp_send()
|
/Zephyr-latest/doc/connectivity/bluetooth/api/ |
D | l2cap.rst | 24 For sending data the :c:func:`bt_l2cap_chan_send` API can be used noting that
|
/Zephyr-latest/include/zephyr/bluetooth/ |
D | l2cap.h | 724 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/ |
D | main_l2cap_send_on_connect.c | 42 err = bt_l2cap_chan_send(l2cap_chan, buf); in chan_connected_cb()
|
/Zephyr-latest/tests/bsim/bluetooth/host/l2cap/userdata/src/ |
D | main_l2cap_userdata.c | 259 err = bt_l2cap_chan_send(&channel.chan, buf); in test_central_main()
|
/Zephyr-latest/subsys/bluetooth/services/ots/ |
D | ots_l2cap.c | 63 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/ |
D | dut.c | 62 int ret = bt_l2cap_chan_send(chan, buf); in send_data_over_l2cap()
|
/Zephyr-latest/tests/bsim/bluetooth/host/l2cap/credits/src/ |
D | main.c | 54 int ret = bt_l2cap_chan_send(chan, buf); in l2cap_chan_send()
|
/Zephyr-latest/tests/bsim/bluetooth/host/l2cap/credits_seg_recv/src/ |
D | main.c | 54 ret = bt_l2cap_chan_send(chan, buf); in l2cap_chan_send()
|
/Zephyr-latest/tests/bsim/bluetooth/host/l2cap/many_conns/src/ |
D | main.c | 67 int ret = bt_l2cap_chan_send(chan, buf); in l2cap_chan_send()
|
/Zephyr-latest/tests/bsim/bluetooth/host/l2cap/stress/src/ |
D | main.c | 86 int ret = bt_l2cap_chan_send(chan, buf); in l2cap_chan_send()
|
/Zephyr-latest/subsys/bluetooth/host/shell/ |
D | l2cap.c | 447 ret = bt_l2cap_chan_send(&l2ch_chan.ch.chan, buf); in cmd_send()
|
/Zephyr-latest/tests/bsim/bluetooth/host/l2cap/general/src/ |
D | main_l2cap_ecred.c | 386 const int ret = bt_l2cap_chan_send(chan, buf); in send_sdu()
|
/Zephyr-latest/tests/bluetooth/tester/src/ |
D | btp_l2cap.c | 447 ret = bt_l2cap_chan_send(&chan->le.chan, buf); in send_data()
|
/Zephyr-latest/doc/releases/ |
D | migration-guide-3.6.rst | 472 * 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
|
D | release-notes-2.6.rst | 56 * 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/ |
D | l2cap.c | 3280 int bt_l2cap_chan_send(struct bt_l2cap_chan *chan, struct net_buf *buf) in bt_l2cap_chan_send() function
|
D | att.c | 379 err = bt_l2cap_chan_send(&chan->chan.chan, buf); in chan_send()
|