Function esp_idf_sys::esp_ble_gattc_register_callback

source ยท
pub unsafe extern "C" fn esp_ble_gattc_register_callback(
    callback: esp_gattc_cb_t,
) -> esp_err_t
Expand description

@brief This function is called to register application callbacks with GATTC module.

@param[in] callback : pointer to the application callback function.

@return - ESP_OK: success - other: failed