Function esp_idf_sys::esp_ble_gatts_register_callback

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

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

@return - ESP_OK : success - other : failed