Bluetooth: test: Fix redefinition of BT_BUF_ACL_SIZE
Fix BT_BUF_ACL_SIZE in hci_test_app after declaration was moved to hci_raw.h Signed-off-by: Joakim Andersson <joakim.andersson@nordicsemi.no>
This commit is contained in:
parent
0d2f31f2ee
commit
45e6921517
1 changed files with 0 additions and 5 deletions
|
@ -68,11 +68,6 @@ static void error_response(int error)
|
||||||
waiting_opcode = 0;
|
waiting_opcode = 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
#if defined(CONFIG_BT_CTLR_DATA_LENGTH_MAX)
|
|
||||||
#define BT_BUF_ACL_SIZE BT_L2CAP_BUF_SIZE(CONFIG_BT_CTLR_DATA_LENGTH_MAX)
|
|
||||||
#else
|
|
||||||
#define BT_BUF_ACL_SIZE BT_L2CAP_BUF_SIZE(60)
|
|
||||||
#endif
|
|
||||||
NET_BUF_POOL_FIXED_DEFINE(hci_cmd_pool, CONFIG_BT_HCI_CMD_COUNT,
|
NET_BUF_POOL_FIXED_DEFINE(hci_cmd_pool, CONFIG_BT_HCI_CMD_COUNT,
|
||||||
BT_BUF_RX_SIZE, NULL);
|
BT_BUF_RX_SIZE, NULL);
|
||||||
NET_BUF_POOL_FIXED_DEFINE(hci_data_pool, CONFIG_BT_CTLR_TX_BUFFERS + 4,
|
NET_BUF_POOL_FIXED_DEFINE(hci_data_pool, CONFIG_BT_CTLR_TX_BUFFERS + 4,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue