File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed
features/FEATURE_BLE/targets/TARGET_CORDIO_ODIN_W2 Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -41,6 +41,8 @@ class HCIDriver : public cordio::CordioHCIDriver {
41
41
service_pack_transfered (false ) {
42
42
};
43
43
44
+ virtual cordio::buf_pool_desc_t get_buffer_pool_description ();
45
+
44
46
virtual void do_initialize ();
45
47
46
48
virtual void do_terminate ();
@@ -134,6 +136,13 @@ class HCIDriver : public cordio::CordioHCIDriver {
134
136
} // namespace vendor
135
137
} // namespace ble
136
138
139
+
140
+ ble::vendor::cordio::buf_pool_desc_t ble::vendor::odin_w2::HCIDriver::get_buffer_pool_description ()
141
+ {
142
+ // Use default buffer pool
143
+ return ble::vendor::cordio::CordioHCIDriver::get_default_buffer_pool_description ();
144
+ }
145
+
137
146
void ble::vendor::odin_w2::HCIDriver::do_initialize ()
138
147
{
139
148
cordio_callback_s callback;
You can’t perform that action at this time.
0 commit comments