Function esp_idf_sys::esp_nimble_hci_deinit

source ยท
pub unsafe extern "C" fn esp_nimble_hci_deinit() -> esp_err_t
Expand description

@brief Deinitialize VHCI transport layer between NimBLE Host and ESP Bluetooth controller

@note This function should be called after the NimBLE host is deinitialized.

@return

  • ESP_OK if the deinitialization is successful
  • Appropriate error codes from esp_err_t in case of an error