Function esp_idf_sys::esp_ble_hci_trans_reset

source ·
pub unsafe extern "C" fn esp_ble_hci_trans_reset() -> c_int
Expand description

Resets the HCI module to a clean state. Frees all buffers and reinitializes the underlying transport.

@return 0 on success; A BLE_ERR_[…] error code on failure.