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 adc7cae commit eecde2dCopy full SHA for eecde2d
1 file changed
src/nimble/porting/nimble/src/nimble_port.c
@@ -228,17 +228,17 @@ nimble_port_deinit(void)
228
return ret;
229
}
230
231
+#if CONFIG_BT_LE_CONTROLLER_NPL_OS_PORTING_SUPPORT
232
+ na_hci_transport_deinit();
233
+#endif
234
+
235
ret = esp_bt_controller_deinit();
236
if(ret != ESP_OK) {
237
ESP_LOGE(NIMBLE_PORT_LOG_TAG, "controller deinit failed\n");
238
239
240
#endif
241
-#if CONFIG_BT_LE_CONTROLLER_NPL_OS_PORTING_SUPPORT
- na_hci_transport_deinit();
-#endif
-
242
#if (BT_HCI_LOG_INCLUDED == TRUE)
243
//bt_hci_log_deinit();
244
#endif // (BT_HCI_LOG_INCLUDED == TRUE)
0 commit comments