[][src]Function openthread_sys::otPlatBleGapAdvStop

pub unsafe extern "C" fn otPlatBleGapAdvStop(
    aInstance: *mut otInstance
) -> otError

Stops BLE Advertising procedure.

@note This function shall be used only for BLE Peripheral role.

@param[in] aInstance The OpenThread instance structure.

@retval ::OT_ERROR_NONE Advertising procedure has been stopped. @retval ::OT_ERROR_INVALID_STATE BLE Device is in invalid state.