Home
last modified time | relevance | path

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

/Zephyr-latest/tests/bsim/bluetooth/host/l2cap/einprogress/src/
Dtester.c66 net_buf_reserve(sdu, BT_L2CAP_SDU_CHAN_SEND_RESERVE); in entrypoint_tester()
/Zephyr-latest/include/zephyr/bluetooth/
Dl2cap.h487 #define BT_L2CAP_SDU_CHAN_SEND_RESERVE (BT_L2CAP_SDU_BUF_SIZE(0)) macro
/Zephyr-latest/tests/bsim/bluetooth/host/l2cap/send_on_connect/src/
Dmain_l2cap_send_on_connect.c40 (void)net_buf_reserve(buf, BT_L2CAP_SDU_CHAN_SEND_RESERVE); in chan_connected_cb()
/Zephyr-latest/tests/bsim/bluetooth/host/l2cap/userdata/src/
Dmain_l2cap_userdata.c248 net_buf_reserve(buf, BT_L2CAP_SDU_CHAN_SEND_RESERVE); in test_central_main()
/Zephyr-latest/subsys/bluetooth/services/ots/
Dots_l2cap.c60 net_buf_reserve(buf, BT_L2CAP_SDU_CHAN_SEND_RESERVE); in ots_l2cap_send()
/Zephyr-latest/tests/bsim/bluetooth/host/l2cap/multilink_peripheral/src/
Ddut.c59 net_buf_reserve(buf, BT_L2CAP_SDU_CHAN_SEND_RESERVE); in send_data_over_l2cap()
/Zephyr-latest/tests/bsim/bluetooth/host/l2cap/credits/src/
Dmain.c61 net_buf_reserve(buf, BT_L2CAP_SDU_CHAN_SEND_RESERVE); in l2cap_chan_send()
/Zephyr-latest/tests/bsim/bluetooth/host/l2cap/credits_seg_recv/src/
Dmain.c61 net_buf_reserve(buf, BT_L2CAP_SDU_CHAN_SEND_RESERVE); in l2cap_chan_send()
/Zephyr-latest/tests/bsim/bluetooth/host/l2cap/many_conns/src/
Dmain.c74 net_buf_reserve(buf, BT_L2CAP_SDU_CHAN_SEND_RESERVE); in l2cap_chan_send()
/Zephyr-latest/tests/bsim/bluetooth/host/l2cap/stress/src/
Dmain.c91 net_buf_reserve(buf, BT_L2CAP_SDU_CHAN_SEND_RESERVE); in l2cap_chan_send()
/Zephyr-latest/subsys/bluetooth/host/shell/
Dl2cap.c444 net_buf_reserve(buf, BT_L2CAP_SDU_CHAN_SEND_RESERVE); in cmd_send()
/Zephyr-latest/tests/bsim/bluetooth/host/l2cap/general/src/
Dmain_l2cap_ecred.c395 net_buf_reserve(buf, BT_L2CAP_SDU_CHAN_SEND_RESERVE); in send_sdu()
/Zephyr-latest/tests/bsim/bluetooth/host/l2cap/split/tester/src/
Dmain.c562 net_buf_reserve(buf, BT_L2CAP_SDU_CHAN_SEND_RESERVE); in send_l2cap_sdu()
/Zephyr-latest/tests/bsim/bluetooth/host/misc/hfc_multilink/tester/src/
Dtester.c595 net_buf_reserve(buf, BT_L2CAP_SDU_CHAN_SEND_RESERVE); in send_l2cap_sdu()
/Zephyr-latest/tests/bluetooth/tester/src/
Dbtp_l2cap.c444 net_buf_reserve(buf, BT_L2CAP_SDU_CHAN_SEND_RESERVE); in send_data()
/Zephyr-latest/doc/releases/
Dmigration-guide-3.6.rst478 BT_L2CAP_SDU_CHAN_SEND_RESERVE);`` at buffer allocation time to do so.
/Zephyr-latest/subsys/bluetooth/host/
Dl2cap.c3242 if (net_buf_headroom(buf) < BT_L2CAP_SDU_CHAN_SEND_RESERVE) { in bt_l2cap_dyn_chan_send()