esp_nimble_hci_deinit() function
Deinitialize VHCI transport layer between NimBLE Host and ESP Bluetooth controller
Return value
- ESP_OK if the deinitialization is successful - Appropriate error codes from esp_err_t in case of an error
Notes
This function should be called after the NimBLE host is deinitialized.
![]()
if(esp_nimble_hci_deinit() != ESP_OK) {
esp_nimble_hci_deinit() is called by 1 function and calls 6 functions:
![]()
esp_nimble_hci_deinit()
esp_nimble_hci_deinit() reads 1 variable and writes 1 variable:
![]()
esp_nimble_hci_deinit()