Skip to content

Commit 3af7cbd

Browse files
committed
Cordio: remove call to reset sequence
'NRFCordioHCIDriver::start_reset_sequence()' exploits the ble HOST stack of cordio and is used to send a reset command to the controller. ArduinoBLE doesn't use the cordio host stack and already sends a reset command during the initialization of the library.
1 parent d6e8cd8 commit 3af7cbd

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/utility/HCICordioTransport.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,6 @@ int HCICordioTransportClass::begin()
211211
}
212212
#else
213213
CordioHCIHook::getDriver().initialize();
214-
CordioHCIHook::getDriver().start_reset_sequence();
215214
#endif
216215

217216
if (bleLoopThread == NULL) {

0 commit comments

Comments
 (0)