pub unsafe extern "C" fn esp_ble_gap_periodic_adv_remove_dev_from_list(
    addr_type: esp_ble_addr_type_t,
    addr: *mut u8,
    sid: u8,
) -> esp_err_t
Expand description

@brief This function is used to remove one device from the list of Periodic Advertisers stored in the Controller. Removals from the Periodic Advertisers List take effect immediately.

@param[in] addr_type : address type @param[in] addr : Device Address @param[in] sid : Advertising SID subfield in the ADI field used to identify the Periodic Advertising

@return - ESP_OK : success - other : failed