Skip to main content

otSteeringDataUpdateWithJoinerId

Function otSteeringDataUpdateWithJoinerId 

Source
pub unsafe extern "C" fn otSteeringDataUpdateWithJoinerId(
    aSteeringData: *mut otSteeringData,
    aJoinerId: *const otExtAddress,
) -> otError
Expand description

Updates the Steering Data’s bloom filter with a Joiner ID.

@param[out] aSteeringData The Steering Data to update. @param[in] aJoinerId The Joiner ID to add.

@retval OT_ERROR_NONE Successfully updated the Steering Data. @retval OT_ERROR_INVALID_ARGS The Steering Data is not valid (incorrect length).