Function esp_idf_svc::sys::esp_ble_gap_update_whitelist
source ยท pub unsafe extern "C" fn esp_ble_gap_update_whitelist(
add_remove: bool,
remote_bda: *mut u8,
wl_addr_type: u32,
) -> i32
Expand description
@brief Add or remove device from white list
@param[in] add_remove: the value is true if added the ble device to the white list, and false remove to the white list. @param[in] remote_bda: the remote device address add/remove from the white list. @param[in] wl_addr_type: whitelist address type @return - ESP_OK : success - other : failed