Function esp_idf_sys::ble_gap_wl_read_size

source ·
pub unsafe extern "C" fn ble_gap_wl_read_size(size: *mut u8) -> c_int
Expand description

Retrieves the size of the controller’s white list.

@param size On success, total size of whitelist will be stored here.

@return 0 on success; nonzero on failure.