Searched refs:BT_BUF_RESERVE (Results 1 – 16 of 16) sorted by relevance
/Zephyr-latest/include/zephyr/bluetooth/ |
D | buf.h | 55 #define BT_BUF_RESERVE 1 macro 58 #define BT_BUF_SIZE(size) (BT_BUF_RESERVE + (size))
|
/Zephyr-latest/subsys/bluetooth/host/ |
D | buf.c | 26 #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()
|
D | hci_raw.c | 102 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()
|
D | hci_core.c | 325 net_buf_reserve(buf, BT_BUF_RESERVE); in bt_hci_cmd_create() 2448 net_buf_reserve(buf, BT_BUF_RESERVE); in hci_cmd_done()
|
D | conn.c | 1644 reserve += sizeof(struct bt_hci_acl_hdr) + BT_BUF_RESERVE; in bt_conn_create_pdu_timeout_debug()
|
D | iso.c | 561 net_buf_reserve(buf, BT_BUF_RESERVE); in bt_iso_get_rx()
|
/Zephyr-latest/subsys/bluetooth/host/classic/ |
D | rfcomm_internal.h | 140 #define BT_RFCOMM_BUF_SIZE(mtu) (BT_BUF_RESERVE + \
|
/Zephyr-latest/tests/bsim/bluetooth/host/l2cap/reassembly/peer/src/ |
D | peer.c | 71 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/ |
D | main.c | 70 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/ |
D | main.c | 74 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/ |
D | main.c | 78 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/ |
D | main.c | 62 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/ |
D | tester.c | 64 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/ |
D | main.c | 130 #define SIG_BUF_SIZE (BT_BUF_RESERVE + MAX_SIG_LEN)
|
/Zephyr-latest/drivers/bluetooth/hci/ |
D | h5.c | 142 #define SIG_BUF_SIZE (BT_BUF_RESERVE + MAX_SIG_LEN)
|
/Zephyr-latest/subsys/bluetooth/controller/hci/ |
D | hci.c | 5212 net_buf_reserve(buf, BT_BUF_RESERVE);
|