pub unsafe extern "C" fn otLinkRawSrcMatchAddShortEntry(
    aInstance: *mut otInstance,
    aShortAddress: u16
) -> otError
Expand description

Adding short address to the source match table.

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

@retval OT_ERROR_NONE Successfully added short 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.