[][src]Function apache_nimble_sys::ble_gap_wl_set

pub unsafe extern "C" fn ble_gap_wl_set(
    addrs: *const ble_addr_t,
    white_list_count: u8
) -> c_int

Overwrites the controller's white list with the specified contents.

@param addrs The entries to write to the white list. @param white_list_count The number of entries in the white list.

@return 0 on success; nonzero on failure.