Function esp_idf_sys::esp_nimble_hci_init

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

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

This function initializes the transport buffers to be exchanged between NimBLE host and ESP controller. It also registers required host callbacks with the controller.

@return

  • ESP_OK if the initialization is successful
  • Appropriate error code from esp_err_t in case of an error