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

Add an extended address to the source address match table.

@param[in] aInstance The OpenThread instance structure. @param[in] aExtAddress The extended address to be added stored in little-endian byte order.

@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.