Function esp_idf_svc::sys::esp_ble_gap_periodic_adv_add_dev_to_list

source ยท
pub unsafe extern "C" fn esp_ble_gap_periodic_adv_add_dev_to_list(
    addr_type: u32,
    addr: *mut u8,
    sid: u8,
) -> i32
Expand description

@brief This function is used to add a single device to the Periodic Advertiser list stored in the Controller

@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