pub unsafe extern "C" fn otLinkRawSrcMatchAddExtEntry(
    aInstance: *mut otInstance,
    aExtAddress: *const otExtAddress
) -> otError
Expand description

Adding extended address to the source match table.

@param[in] aInstance A pointer to an OpenThread instance. @param[in] aExtAddress The extended address to be added.

@retval OT_ERROR_NONE Successfully added extended address to the source match table. @retval OT_ERROR_NO_BUFS No available entry in the source match table. @retval OT_ERROR_INVALID_STATE If the raw link-layer isn’t enabled.