Home
last modified time | relevance | path

Searched refs:CMD_BUF_SIZE (Results 1 – 8 of 8) sorted by relevance

/Zephyr-latest/samples/bluetooth/hci_spi/src/
Dmain.c69 #define CMD_BUF_SIZE BT_BUF_RX_SIZE macro
/Zephyr-latest/tests/bsim/bluetooth/host/l2cap/reassembly/peer/src/
Dpeer.c48 #define CMD_BUF_SIZE MAX(BT_BUF_EVT_RX_SIZE, BT_BUF_CMD_TX_SIZE) macro
50 CMD_BUF_SIZE, 8, NULL);
/Zephyr-latest/tests/bsim/bluetooth/host/misc/disconnect/tester/src/
Dmain.c50 #define CMD_BUF_SIZE MAX(BT_BUF_EVT_RX_SIZE, BT_BUF_CMD_TX_SIZE) macro
52 CMD_BUF_SIZE, 8, NULL);
/Zephyr-latest/tests/bsim/bluetooth/host/att/sequential/tester/src/
Dmain.c53 #define CMD_BUF_SIZE MAX(BT_BUF_EVT_RX_SIZE, BT_BUF_CMD_TX_SIZE) macro
55 CMD_BUF_SIZE, 8, NULL);
/Zephyr-latest/tests/bsim/bluetooth/host/l2cap/split/tester/src/
Dmain.c39 #define CMD_BUF_SIZE MAX(BT_BUF_EVT_RX_SIZE, BT_BUF_CMD_TX_SIZE) macro
41 CMD_BUF_SIZE, 8, NULL);
/Zephyr-latest/tests/bsim/bluetooth/host/att/pipeline/tester/src/
Dmain.c58 #define CMD_BUF_SIZE MAX(BT_BUF_EVT_RX_SIZE, BT_BUF_CMD_TX_SIZE) macro
60 CMD_BUF_SIZE, 8, NULL);
/Zephyr-latest/tests/bsim/bluetooth/host/misc/hfc_multilink/tester/src/
Dtester.c41 #define CMD_BUF_SIZE MAX(BT_BUF_EVT_RX_SIZE, BT_BUF_CMD_TX_SIZE) macro
42 NET_BUF_POOL_FIXED_DEFINE(hci_cmd_pool, BT_BUF_CMD_TX_COUNT, CMD_BUF_SIZE, 8, NULL);
/Zephyr-latest/subsys/bluetooth/host/
Dhci_core.c162 #define CMD_BUF_SIZE MAX(BT_BUF_EVT_RX_SIZE, BT_BUF_CMD_TX_SIZE) macro
164 CMD_BUF_SIZE, sizeof(struct bt_buf_data), NULL);