Function esp_idf_sys::ble_gap_wl_tx_rmv
source · pub unsafe extern "C" fn ble_gap_wl_tx_rmv(
addrs: *const ble_addr_t,
) -> c_int
Expand description
Removes the address from controller’s white list.
@param addrs The entry to be removed from the white list.
@return 0 on success; nonzero on failure.