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/ |
D | tester.c | 66 net_buf_reserve(sdu, BT_L2CAP_SDU_CHAN_SEND_RESERVE); in entrypoint_tester()
|
/Zephyr-latest/include/zephyr/bluetooth/ |
D | l2cap.h | 487 #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/ |
D | main_l2cap_send_on_connect.c | 40 (void)net_buf_reserve(buf, BT_L2CAP_SDU_CHAN_SEND_RESERVE); in chan_connected_cb()
|
/Zephyr-latest/tests/bsim/bluetooth/host/l2cap/userdata/src/ |
D | main_l2cap_userdata.c | 248 net_buf_reserve(buf, BT_L2CAP_SDU_CHAN_SEND_RESERVE); in test_central_main()
|
/Zephyr-latest/subsys/bluetooth/services/ots/ |
D | ots_l2cap.c | 60 net_buf_reserve(buf, BT_L2CAP_SDU_CHAN_SEND_RESERVE); in ots_l2cap_send()
|
/Zephyr-latest/tests/bsim/bluetooth/host/l2cap/multilink_peripheral/src/ |
D | dut.c | 59 net_buf_reserve(buf, BT_L2CAP_SDU_CHAN_SEND_RESERVE); in send_data_over_l2cap()
|
/Zephyr-latest/tests/bsim/bluetooth/host/l2cap/credits/src/ |
D | main.c | 61 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/ |
D | main.c | 61 net_buf_reserve(buf, BT_L2CAP_SDU_CHAN_SEND_RESERVE); in l2cap_chan_send()
|
/Zephyr-latest/tests/bsim/bluetooth/host/l2cap/many_conns/src/ |
D | main.c | 74 net_buf_reserve(buf, BT_L2CAP_SDU_CHAN_SEND_RESERVE); in l2cap_chan_send()
|
/Zephyr-latest/tests/bsim/bluetooth/host/l2cap/stress/src/ |
D | main.c | 91 net_buf_reserve(buf, BT_L2CAP_SDU_CHAN_SEND_RESERVE); in l2cap_chan_send()
|
/Zephyr-latest/subsys/bluetooth/host/shell/ |
D | l2cap.c | 444 net_buf_reserve(buf, BT_L2CAP_SDU_CHAN_SEND_RESERVE); in cmd_send()
|
/Zephyr-latest/tests/bsim/bluetooth/host/l2cap/general/src/ |
D | main_l2cap_ecred.c | 395 net_buf_reserve(buf, BT_L2CAP_SDU_CHAN_SEND_RESERVE); in send_sdu()
|
/Zephyr-latest/tests/bsim/bluetooth/host/l2cap/split/tester/src/ |
D | main.c | 562 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/ |
D | tester.c | 595 net_buf_reserve(buf, BT_L2CAP_SDU_CHAN_SEND_RESERVE); in send_l2cap_sdu()
|
/Zephyr-latest/tests/bluetooth/tester/src/ |
D | btp_l2cap.c | 444 net_buf_reserve(buf, BT_L2CAP_SDU_CHAN_SEND_RESERVE); in send_data()
|
/Zephyr-latest/doc/releases/ |
D | migration-guide-3.6.rst | 478 BT_L2CAP_SDU_CHAN_SEND_RESERVE);`` at buffer allocation time to do so.
|
/Zephyr-latest/subsys/bluetooth/host/ |
D | l2cap.c | 3242 if (net_buf_headroom(buf) < BT_L2CAP_SDU_CHAN_SEND_RESERVE) { in bt_l2cap_dyn_chan_send()
|