pub async fn advertise_connectable(
sd: &Softdevice,
adv: ConnectableAdvertisement<'_>,
config: &Config,
) -> Result<Connection, AdvertiseError>Expand description
Perform connectable advertising, returning the connection that’s established as a result.