Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/bluetooth/
Dbuf.h55 #define BT_BUF_RESERVE 1 macro
58 #define BT_BUF_SIZE(size) (BT_BUF_RESERVE + (size))
/Zephyr-latest/subsys/bluetooth/host/
Dbuf.c26 #define SYNC_EVT_SIZE (BT_BUF_RESERVE + BT_HCI_EVT_HDR_SIZE + 255)
118 net_buf_reserve(buf, BT_BUF_RESERVE); in bt_buf_get_rx()
160 net_buf_reserve(buf, BT_BUF_RESERVE); in bt_buf_get_evt()
Dhci_raw.c102 net_buf_reserve(buf, BT_BUF_RESERVE); in bt_buf_get_rx()
172 net_buf_reserve(buf, BT_BUF_RESERVE); in bt_buf_get_tx()
Dhci_core.c325 net_buf_reserve(buf, BT_BUF_RESERVE); in bt_hci_cmd_create()
2448 net_buf_reserve(buf, BT_BUF_RESERVE); in hci_cmd_done()
Dconn.c1644 reserve += sizeof(struct bt_hci_acl_hdr) + BT_BUF_RESERVE; in bt_conn_create_pdu_timeout_debug()
Diso.c561 net_buf_reserve(buf, BT_BUF_RESERVE); in bt_iso_get_rx()
/Zephyr-latest/subsys/bluetooth/host/classic/
Drfcomm_internal.h140 #define BT_RFCOMM_BUF_SIZE(mtu) (BT_BUF_RESERVE + \
/Zephyr-latest/tests/bsim/bluetooth/host/l2cap/reassembly/peer/src/
Dpeer.c71 net_buf_reserve(buf, BT_BUF_RESERVE); in bt_hci_cmd_create()
454 reserve += sizeof(struct bt_hci_acl_hdr) + BT_BUF_RESERVE; in alloc_l2cap_pdu()
/Zephyr-latest/tests/bsim/bluetooth/host/misc/disconnect/tester/src/
Dmain.c70 net_buf_reserve(buf, BT_BUF_RESERVE); in bt_hci_cmd_create()
465 reserve += sizeof(struct bt_hci_acl_hdr) + BT_BUF_RESERVE; in alloc_l2cap_pdu()
/Zephyr-latest/tests/bsim/bluetooth/host/att/sequential/tester/src/
Dmain.c74 net_buf_reserve(buf, BT_BUF_RESERVE); in bt_hci_cmd_create()
487 reserve += sizeof(struct bt_hci_acl_hdr) + BT_BUF_RESERVE; in alloc_l2cap_pdu()
/Zephyr-latest/tests/bsim/bluetooth/host/att/pipeline/tester/src/
Dmain.c78 net_buf_reserve(buf, BT_BUF_RESERVE); in bt_hci_cmd_create()
511 reserve += sizeof(struct bt_hci_acl_hdr) + BT_BUF_RESERVE; in alloc_l2cap_pdu()
/Zephyr-latest/tests/bsim/bluetooth/host/l2cap/split/tester/src/
Dmain.c62 net_buf_reserve(buf, BT_BUF_RESERVE); in bt_hci_cmd_create()
468 reserve += sizeof(struct bt_hci_acl_hdr) + BT_BUF_RESERVE; in alloc_l2cap_pdu()
/Zephyr-latest/tests/bsim/bluetooth/host/misc/hfc_multilink/tester/src/
Dtester.c64 net_buf_reserve(buf, BT_BUF_RESERVE); in bt_hci_cmd_create()
497 reserve += sizeof(struct bt_hci_acl_hdr) + BT_BUF_RESERVE; in alloc_l2cap_pdu()
/Zephyr-latest/samples/bluetooth/hci_uart_3wire/src/
Dmain.c130 #define SIG_BUF_SIZE (BT_BUF_RESERVE + MAX_SIG_LEN)
/Zephyr-latest/drivers/bluetooth/hci/
Dh5.c142 #define SIG_BUF_SIZE (BT_BUF_RESERVE + MAX_SIG_LEN)
/Zephyr-latest/subsys/bluetooth/controller/hci/
Dhci.c5212 net_buf_reserve(buf, BT_BUF_RESERVE);