zephyr::raw

Function bt_le_per_adv_list_remove

source
pub unsafe extern "C" fn bt_le_per_adv_list_remove(
    addr: *const bt_addr_le_t,
    sid: u8,
) -> i32
Expand description

@brief Remove a device from the periodic advertising list.

Removes peer device LE address from the periodic advertising list.

@param addr Bluetooth LE identity address. @param sid The advertising set ID. This value is obtained from the @ref bt_le_scan_recv_info in the scan callback.

@return Zero on success or (negative) error code otherwise.