esp_idf_sys

Function esp_ble_gap_get_whitelist_size

Source
pub unsafe extern "C" fn esp_ble_gap_get_whitelist_size(
    length: *mut u16,
) -> esp_err_t
Expand description

@brief Get the whitelist size in the controller

@param[out] length: the white list length. @return - ESP_OK : success - other : failed