pub unsafe extern "C" fn otThreadSetSteeringData(
aInstance: *mut otInstance,
aExtAddress: *const otExtAddress,
)
Expand description
Set Steering data out of band.
Configuration option OPENTHREAD_CONFIG_MLE_STEERING_DATA_SET_OOB_ENABLE
should be set to enable setting of steering
data out of band.
@param[in] aInstance A pointer to an OpenThread instance. @param[in] aExtAddress Address used to update the steering data. All zeros to clear the steering data (no steering data). All 0xFFs to set steering data/bloom filter to accept/allow all. A specific EUI64 which is then added to current steering data/bloom filter.