We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 218bf3f commit f9b2361Copy full SHA for f9b2361
features/FEATURE_BLE/targets/TARGET_CYW4343X/HCIDriver.cpp
@@ -84,6 +84,12 @@ class HCIDriver : public cordio::CordioHCIDriver {
84
service_pack_transfered(false) {
85
}
86
87
+ virtual cordio::buf_pool_desc_t get_buffer_pool_description()
88
+ {
89
+ // Use default buffer pool
90
+ return cordio::CordioHCIDriver::get_default_buffer_pool_description();
91
+ }
92
+
93
virtual void do_initialize()
94
{
95
output_mode(bt_host_wake_name, 1);
0 commit comments