Function esp_idf_sys::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