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.c47 #define CMD_BUF_SIZE MAX(BT_BUF_EVT_RX_SIZE, BT_BUF_CMD_TX_SIZE) macro
49 CMD_BUF_SIZE, 8, NULL);
/Zephyr-latest/tests/bsim/bluetooth/host/misc/disconnect/tester/src/
Dmain.c47 #define CMD_BUF_SIZE MAX(BT_BUF_EVT_RX_SIZE, BT_BUF_CMD_TX_SIZE) macro
49 CMD_BUF_SIZE, 8, NULL);
/Zephyr-latest/tests/bsim/bluetooth/host/att/sequential/tester/src/
Dmain.c51 #define CMD_BUF_SIZE MAX(BT_BUF_EVT_RX_SIZE, BT_BUF_CMD_TX_SIZE) macro
53 CMD_BUF_SIZE, 8, NULL);
/Zephyr-latest/tests/bsim/bluetooth/host/att/pipeline/tester/src/
Dmain.c55 #define CMD_BUF_SIZE MAX(BT_BUF_EVT_RX_SIZE, BT_BUF_CMD_TX_SIZE) macro
57 CMD_BUF_SIZE, 8, NULL);
/Zephyr-latest/tests/bsim/bluetooth/host/l2cap/split/tester/src/
Dmain.c37 #define CMD_BUF_SIZE MAX(BT_BUF_EVT_RX_SIZE, BT_BUF_CMD_TX_SIZE) macro
39 CMD_BUF_SIZE, 8, NULL);
/Zephyr-latest/tests/bsim/bluetooth/host/misc/hfc_multilink/tester/src/
Dtester.c40 #define CMD_BUF_SIZE MAX(BT_BUF_EVT_RX_SIZE, BT_BUF_CMD_TX_SIZE) macro
41 NET_BUF_POOL_FIXED_DEFINE(hci_cmd_pool, CONFIG_BT_BUF_CMD_TX_COUNT, CMD_BUF_SIZE, 8, NULL);
/Zephyr-latest/subsys/bluetooth/host/
Dhci_core.c159 #define CMD_BUF_SIZE MAX(BT_BUF_EVT_RX_SIZE, BT_BUF_CMD_TX_SIZE) macro
161 CMD_BUF_SIZE, sizeof(struct bt_buf_data), NULL);